diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 12b92d57..a99118f3 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -102,7 +102,7 @@ jobs: maturin-version: ${{ env.MATURIN_VERSION }} - name: Upload wheel artifact (Linux) if: startsWith(matrix.os, 'ubuntu') - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: wheels-native-${{ matrix.os }}-${{ matrix.arch }} path: wheelhouse/*.whl diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae986a0..9d4ecaf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: -m pytest --forked -v - name: Upload coverage artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: coverage path: coverage.xml @@ -344,7 +344,7 @@ jobs: - name: Upload benchmark ratchet artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-ratchet path: | @@ -353,7 +353,7 @@ jobs: - name: Upload main benchmark baseline artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-ratchet-main-baseline path: |