diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 4ed366b4..ec18119c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -120,7 +120,7 @@ jobs: if: contains(github.ref,'refs/tags/') run: dotnet nuget push IsIdentifiable.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} --skip-duplicate - name: Store created nupkg files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: release/IsIdentifiablePlugin.*.nupkg retention-days: 1