Skip to content

Commit

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

🌱 Bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
yiannistri authored Sep 3, 2024
2 parents c788e6a + 662a717 commit 8284e7f
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 @@ -90,7 +90,7 @@ jobs:
run: make e2e-tests
- name: Archive artifacts
if: always()
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: ci-artifacts-${{ env.BRANCH }}
path: _artifacts
Expand Down

0 comments on commit 8284e7f

Please sign in to comment.