Skip to content

Commit bcb5adb

Browse files
authored
ci: Bump to latest upload-artifact action. (#1900)
The upload-artifact v3 will soon be retired. Signed-off-by: Larry Gritz <[email protected]>
1 parent 416410d commit bcb5adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
run: |
329329
src/build-scripts/ci-abicheck.bash ./build abi_standard/build \
330330
liboslexec liboslcomp liboslquery liboslnoise
331-
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
331+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
332332
if: failure()
333333
with:
334334
name: osl-${{github.job}}-${{matrix.nametag}}
@@ -497,7 +497,7 @@ jobs:
497497
- name: Testsuite
498498
if: matrix.skip_tests != '1'
499499
run: src/build-scripts/ci-test.bash
500-
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
500+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
501501
if: failure()
502502
with:
503503
name: osl-${{github.job}}-${{matrix.nametag}}
@@ -577,7 +577,7 @@ jobs:
577577
src/build-scripts/ci-build.bash
578578
- name: Testsuite
579579
run: src/build-scripts/ci-test.bash
580-
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
580+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
581581
if: failure()
582582
with:
583583
name: osl-${{github.job}}-${{matrix.nametag}}

0 commit comments

Comments
 (0)