Skip to content

Commit 58ada74

Browse files
committed
upgrade upload-artifact
1 parent 0f5324c commit 58ada74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Push with dotnet
3232
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
3333
- name: Archive artifacts
34-
uses: actions/upload-artifact@v1
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: artifacts
3737
path: artifacts

0 commit comments

Comments
 (0)