diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 19f65b2..01f52fa 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -50,7 +50,7 @@ jobs: VERSION="${VERSION//v}" dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoAsGenerator - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: nupkg path: | @@ -65,7 +65,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: nupkg - name: Push to nuget.org