Skip to content

Commit

Permalink
Merge pull request #1839 from metal3-io/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/actions/upload-artifact-4.3.5

🌱 Bump actions/upload-artifact from 4.3.3 to 4.3.5
  • Loading branch information
metal3-io-bot authored Aug 6, 2024
2 parents 55d1ecd + 675a93b commit 640fee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-fixture-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make test-e2e

- name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: artifacts-fixture.tar.gz
path: test/e2e/_artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: artifacts-${{ inputs.bmc-protocol }}.tar.gz
path: test/e2e/_artifacts
Expand Down

0 comments on commit 640fee8

Please sign in to comment.