Skip to content

Commit

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

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
mjura authored Jan 13, 2025
2 parents 6a05e14 + 825fea2 commit f3d6283
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 @@ -86,7 +86,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 f3d6283

Please sign in to comment.