We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7564c9 commit 163b9fcCopy full SHA for 163b9fc
.github/workflows/dotnet-core.yml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
steps:
57
- name: Download Artifact
58
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4.1.7
59
with:
60
name: nupkg
61
- name: Push to GitHub Feed
@@ -90,4 +90,4 @@ jobs:
90
done
91
- name: Push to NuGet Feed
92
if: ${{ env.NUGET_FEED }} != ''
93
- run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
+ run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
0 commit comments