diff --git a/.github/workflows/arm64-release.yml b/.github/workflows/arm64-release.yml index e988cec..37c1557 100644 --- a/.github/workflows/arm64-release.yml +++ b/.github/workflows/arm64-release.yml @@ -185,7 +185,7 @@ jobs: attestations: write steps: - uses: actions/checkout@v7 - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: extend0-arm64-raw-${{ needs.version.outputs.version }}-${{ matrix.rid }} path: input @@ -252,7 +252,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: pattern: extend0-arm64-${{ needs.version.outputs.version }}-* path: dist diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 492b11a..ecc7043 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -172,7 +172,7 @@ jobs: id-token: write packages: write steps: - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: extend0-nuget-${{ needs.pack.outputs.version }} path: artifacts