Skip to content

Commit

Permalink
Merge pull request #259 from rancher-sandbox/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.3.1

chore(deps): Bump actions/upload-artifact from 4.1.0 to 4.3.1
  • Loading branch information
richardcase authored Feb 15, 2024
2 parents e71ba0c + c0d960d commit 5c375bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make test-e2e
- name: Archive artifacts
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: e2e-artifacts
path: _artifacts
Expand Down

0 comments on commit 5c375bd

Please sign in to comment.