Skip to content

Commit c58c5cd

Browse files
hpatrozuiderkwast
authored andcommitted
Update upload artifacts to v4 (#1539)
Fixes #1538 Signed-off-by: Harkrishn Patro <[email protected]> Signed-off-by: Jacob Murphy <[email protected]>
1 parent d62f4a0 commit c58c5cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/external.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
--tags -slow
3535
- name: Archive server log
3636
if: ${{ failure() }}
37-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
37+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3838
with:
3939
name: test-external-standalone-log
4040
path: external-server.log
@@ -62,7 +62,7 @@ jobs:
6262
--tags -slow
6363
- name: Archive server log
6464
if: ${{ failure() }}
65-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
65+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6666
with:
6767
name: test-external-cluster-log
6868
path: external-server.log
@@ -86,7 +86,7 @@ jobs:
8686
--tags "-slow -needs:debug"
8787
- name: Archive server log
8888
if: ${{ failure() }}
89-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
89+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
9090
with:
9191
name: test-external-nodebug-log
9292
path: external-server.log

0 commit comments

Comments
 (0)