Skip to content

Commit

Permalink
Merge pull request #1840 from metal3-io/dependabot/github_actions/rel…
Browse files Browse the repository at this point in the history
…ease-0.6/actions/upload-artifact-4.3.5

🌱 Bump actions/upload-artifact from 4.3.4 to 4.3.5
  • Loading branch information
metal3-io-bot authored Aug 6, 2024
2 parents 481c651 + 36d3608 commit 7405872
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 @@ -26,7 +26,7 @@ jobs:
run: make test-e2e

- name: Upload artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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 @@ -36,7 +36,7 @@ jobs:
sudo -s -u $USER bash ${{ github.workspace }}/hack/ci-e2e.sh
- name: Upload artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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 7405872

Please sign in to comment.