Skip to content

Commit 7ac46eb

Browse files
committed
apparently the action is too old
1 parent 6ec6917 commit 7ac46eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_release_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Publish NuGet packages
2929
run: "dotnet nuget push \"build/*\" -k ${{ secrets.NUGET_ORG_API_KEY }} -s https://api.nuget.org/v3/index.json"
3030
- name: Upload NuGet packages to GitHub Actions
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: PR NuGet Packages
3434
path: build/*

0 commit comments

Comments
 (0)