diff --git a/.github/workflows/build-sdist.yml b/.github/workflows/build-sdist.yml index a0c98eda31..12ca505cf4 100644 --- a/.github/workflows/build-sdist.yml +++ b/.github/workflows/build-sdist.yml @@ -49,7 +49,7 @@ jobs: run: python3 -m build --sdist - name: Upload source distribution to GitHub - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: path: ./dist/*.tar.gz name: sdist.build diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2446545620..49bde33e86 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -349,7 +349,7 @@ jobs: shell: bash - name: Upload wheels to GitHub - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ !cancelled() }} with: path: ./wheelhouse/*.whl diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index de5e125895..0f1d34fdba 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -90,7 +90,7 @@ jobs: run: echo WHEEL_GH_ARTIFACT_NAME=${{ env.WHEEL_GH_ARTIFACT_NAME }}-sanitizer >> $GITHUB_ENV - name: Send wheel to test jobs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ env.WHEEL_GH_ARTIFACT_NAME }} path: ./dist/*.whl @@ -219,7 +219,7 @@ jobs: - name: Upload coverage report folder to Github if: ${{ !cancelled() }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-report path: build/temp*/src/main/ diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index f7fbaaf171..177703b70d 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -93,7 +93,7 @@ jobs: - name: Pass to valgrind job if: ${{ steps.count_num_artifacts_found.outputs.num_artifacts == 1 }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: # Artifact name doesn't matter. Valgrind job downloads all artifacts to get the one wheel if-no-files-found: error