Skip to content

Commit 8d523a8

Browse files
authored
ci: bump to latest version of upload-artifact action (#1915)
ci: bump to latest version of upload-artifact aaction Signed-off-by: Larry Gritz <[email protected]>
1 parent 635d156 commit 8d523a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
src/build-scripts/ci-abicheck.bash ./build abi_standard/build \
202202
liboslexec liboslcomp liboslquery liboslnoise
203-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
203+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
204204
if: failure()
205205
with:
206206
name: osl-${{github.job}}-${{matrix.nametag}}
@@ -447,7 +447,7 @@ jobs:
447447
run: |
448448
src/build-scripts/ci-abicheck.bash ./build abi_standard/build \
449449
liboslexec liboslcomp liboslquery liboslnoise
450-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
450+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
451451
if: failure()
452452
with:
453453
name: osl-${{github.job}}-${{matrix.nametag}}
@@ -616,7 +616,7 @@ jobs:
616616
- name: Testsuite
617617
if: matrix.skip_tests != '1'
618618
run: src/build-scripts/ci-test.bash
619-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
619+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
620620
if: failure()
621621
with:
622622
name: osl-${{github.job}}-${{matrix.nametag}}
@@ -696,7 +696,7 @@ jobs:
696696
src/build-scripts/ci-build.bash
697697
- name: Testsuite
698698
run: src/build-scripts/ci-test.bash
699-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
699+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
700700
if: failure()
701701
with:
702702
name: osl-${{github.job}}-${{matrix.nametag}}

0 commit comments

Comments
 (0)