diff --git a/filtermail/.github/workflows/release.yml b/filtermail/.github/workflows/release.yml index dd436304..076be3fa 100644 --- a/filtermail/.github/workflows/release.yml +++ b/filtermail/.github/workflows/release.yml @@ -44,12 +44,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download aarch64 binary - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: filtermail-x86_64 path: filtermail-x86_64 - name: Download x86_64 binary - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: filtermail-aarch64 path: filtermail-aarch64