diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986c131f8..102ca27d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: run: | src/build-scripts/ci-abicheck.bash ./build abi_standard/build \ liboslexec liboslcomp liboslquery liboslnoise - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}} @@ -513,7 +513,7 @@ jobs: - name: Testsuite if: matrix.skip_tests != '1' run: src/build-scripts/ci-test.bash - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}} @@ -593,7 +593,7 @@ jobs: src/build-scripts/ci-build.bash - name: Testsuite run: src/build-scripts/ci-test.bash - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: osl-${{github.job}}-${{matrix.nametag}}