Skip to content

Commit

Permalink
Merge pull request #793 from rancher/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.6.0

🌱 Bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
mjura authored Jan 13, 2025
2 parents 1dd1ba0 + 02e75d6 commit c890823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: make e2e-tests
- name: Archive artifacts
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: ci-artifacts-${{ env.BRANCH }}
path: _artifacts
Expand Down

0 comments on commit c890823

Please sign in to comment.