Skip to content

Commit 58defbd

Browse files
Merge pull request #1915 from metal3-io/dependabot/github_actions/release-0.6/actions/upload-artifact-4.3.6
🌱 Bump actions/upload-artifact from 4.3.5 to 4.3.6
2 parents 3af4882 + 6867c4b commit 58defbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-fixture-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make test-e2e
2727

2828
- name: Upload artifacts
29-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
29+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
3030
with:
3131
name: artifacts-fixture.tar.gz
3232
path: test/e2e/_artifacts

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo -s -u $USER bash ${{ github.workspace }}/hack/ci-e2e.sh
3737
3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
39+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
4040
with:
4141
name: artifacts-${{ inputs.bmc-protocol }}.tar.gz
4242
path: test/e2e/_artifacts

0 commit comments

Comments
 (0)