Skip to content

Commit

Permalink
Merge pull request #1841 from metal3-io/dependabot/github_actions/rel…
Browse files Browse the repository at this point in the history
…ease-0.5/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 26abb8b + dae54ee commit 757b6c3
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 @@ -23,7 +23,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 @@ -45,7 +45,7 @@ jobs:
sudo -s -u $USER --preserve-env bash ${{ github.workspace }}/hack/ci-e2e.sh
- name: Upload artifacts
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 757b6c3

Please sign in to comment.