Skip to content

Commit 29de6ae

Browse files
authored
Merge pull request #18209 from rifelpet/automated-cherry-pick-of-#18114-origin-release-1.34
Automated cherry pick of #18114: Pin upload-artifacts GHA to commit sha
2 parents 0cfe87d + eabbc93 commit 29de6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Archive production artifacts
4949
if: always()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
5151
with:
5252
name: tests-e2e-scenarios-bare-metal
5353
path: /tmp/artifacts/
@@ -85,7 +85,7 @@ jobs:
8585
ARTIFACTS: /tmp/artifacts
8686
- name: Archive production artifacts
8787
if: always()
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8989
with:
9090
name: tests-e2e-scenarios-bare-metal-ipv6
9191
path: /tmp/artifacts/

0 commit comments

Comments
 (0)