diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66edbce..ad4aff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: - name: Record immutable artifact digests run: sha256sum dist/* > artifact-sha256.txt - name: Retain verified artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: python-distributions path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3b3610..9e05705 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: - name: Record immutable artifact digests run: sha256sum dist/* > artifact-sha256.txt - name: Retain only the verified release bundle - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-${{ steps.version.outputs.version }} path: |