Skip to content

Commit

Permalink
Merge pull request #1836 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.4

🌱 Bump actions/upload-artifact from 4.3.3 to 4.3.4
  • Loading branch information
metal3-io-bot authored Aug 5, 2024
2 parents 5f38969 + 1331017 commit 67c64e7
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifacts-${{ inputs.bmc-protocol }}.tar.gz
path: test/e2e/_artifacts
Expand Down

0 comments on commit 67c64e7

Please sign in to comment.