Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 89e8c88 commit 9c665ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c665ee

Please sign in to comment.