diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index e901505..9d0947f 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -34,7 +34,7 @@ jobs: run: nuget sign artifacts\NuGet\Release\*.nupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: NuGet Packages path: artifacts/NuGet/Release