diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 5c8ce16c6..87aac641a 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -112,7 +112,7 @@ jobs: cp bazel-bin/compile/autotools-${FULL_VERSION}.tar.xz \ bazel-bin/compile/autotools-${FULL_VERSION}-${{ matrix.arch }}.tar.xz - name: Upload autotools ${{ matrix.arch }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: >- autotools-${{ diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 99136a16b..2dc282068 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -83,7 +83,7 @@ jobs: - name: Run pants test run: "pants --colors test ::" - name: Archive code coverage results - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: coverage path: dist/coverage/python/htmlcov/ @@ -154,7 +154,7 @@ jobs: - name: Run pants package run: "pants --colors package ::" - name: Archive created packages - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: packages path: dist diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e94ac51c..5a62c6dda 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -91,7 +91,7 @@ jobs: cp rust/target/release/glint glint-${{ steps.version.outputs.version }}-${{ matrix.arch }} - name: Upload glint binary - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: glint-${{ steps.version.outputs.version }}-${{ matrix.arch }} path: glint-${{ steps.version.outputs.version }}-${{ matrix.arch }} diff --git a/.github/workflows/sanitizer-libs.yml b/.github/workflows/sanitizer-libs.yml index 27844ed0c..c36077034 100644 --- a/.github/workflows/sanitizer-libs.yml +++ b/.github/workflows/sanitizer-libs.yml @@ -44,7 +44,7 @@ jobs: cd bazel bazel build //compile:cxx_${{ matrix.sanitizer }} - name: Upload ${{ matrix.sanitizer }} libraries - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.sanitizer }}-llvm18.1.8-x86_64 path: bazel/bazel-bin/compile/${{ matrix.sanitizer }}-llvm18.1.8-x86_64.tar.xz diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 13d3a2bef..084ebd91e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index f365072ff..cf994ad8e 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -106,7 +106,7 @@ jobs: . fi - name: Upload ${{ matrix.arch }} ${{ matrix.variant }} sysroot - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: >- sysroot-glibc${{