Skip to content

Commit

Permalink
ci: bump to latest version of upload-artifact action (AcademySoftware…
Browse files Browse the repository at this point in the history
…Foundation#1915)

ci: bump to latest version of upload-artifact aaction

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Jan 8, 2025
1 parent 635d156 commit 8d523a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: |
src/build-scripts/ci-abicheck.bash ./build abi_standard/build \
liboslexec liboslcomp liboslquery liboslnoise
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure()
with:
name: osl-${{github.job}}-${{matrix.nametag}}
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
run: |
src/build-scripts/ci-abicheck.bash ./build abi_standard/build \
liboslexec liboslcomp liboslquery liboslnoise
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure()
with:
name: osl-${{github.job}}-${{matrix.nametag}}
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
- name: Testsuite
if: matrix.skip_tests != '1'
run: src/build-scripts/ci-test.bash
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure()
with:
name: osl-${{github.job}}-${{matrix.nametag}}
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
src/build-scripts/ci-build.bash
- name: Testsuite
run: src/build-scripts/ci-test.bash
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure()
with:
name: osl-${{github.job}}-${{matrix.nametag}}
Expand Down

0 comments on commit 8d523a8

Please sign in to comment.