diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e615a4e7..877b86b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,7 @@ jobs: dotnet-version: ${{ env.dotnet-sdk-version }} - name: Download Build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build @@ -179,7 +179,7 @@ jobs: # 8.x # 9.x # - name: Download Build - # uses: actions/download-artifact@v4 + # uses: actions/download-artifact@v5 # with: # name: build # - name: Benchmark diff --git a/.github/workflows/release-nuget-package.yml b/.github/workflows/release-nuget-package.yml index 84eb9f59..d374fc98 100644 --- a/.github/workflows/release-nuget-package.yml +++ b/.github/workflows/release-nuget-package.yml @@ -53,7 +53,7 @@ jobs: dotnet-version: ${{ inputs.dotnet-sdk-version }} - name: 'Download artifact' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: run-id: ${{ inputs.artifact-run-id }} name: ${{ inputs.artifact-name }}