diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index bdaf49c..639d42f 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -63,7 +63,7 @@ jobs: kind export logs --name mgmt -v 4 ./_artifacts/logs - name: Upload mgmt cluster logs if: always() - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.1 with: name: kind-mgmt-logs-${{ github.run_id }} path: ./_artifacts/logs