diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ece3ec..ff56ba1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-dotnet@v5 # Download the NuGet package created in the previous job - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: nuget path: ${{ env.NuGetDirectory }} @@ -83,7 +83,7 @@ jobs: steps: # Download the NuGet package created in the previous job - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: nuget path: ${{ env.NuGetDirectory }}