diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index 11ca965..d05d3f6 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.4.1 + uses: actions/upload-artifact@v4.4.2 with: name: kind-mgmt-logs-${{ github.run_id }} path: ./_artifacts/logs