Skip to content

Commit 2aee023

Browse files
authored
Merge pull request #17811 from kubernetes/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 79463b0 + 2868098 commit 2aee023

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@v5
50+
uses: actions/upload-artifact@v6
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@v5
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: tests-e2e-scenarios-bare-metal-ipv6
9191
path: /tmp/artifacts/

0 commit comments

Comments
 (0)