Skip to content

Commit 163b9fc

Browse files
committed
Fix deprecated error
1 parent d7564c9 commit 163b9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Download Artifact
58-
uses: actions/download-artifact@v1
58+
uses: actions/download-artifact@v4.1.7
5959
with:
6060
name: nupkg
6161
- name: Push to GitHub Feed
@@ -90,4 +90,4 @@ jobs:
9090
done
9191
- name: Push to NuGet Feed
9292
if: ${{ env.NUGET_FEED }} != ''
93-
run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
93+
run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY

0 commit comments

Comments
 (0)