Skip to content

Commit 6f46273

Browse files
committed
update release to upload@v4 [skip ci]
1 parent f122611 commit 6f46273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
5656

5757
- name: Upload a Build Artifact
58-
uses: actions/upload-artifact@v3.1.0
58+
uses: actions/upload-artifact@v4
5959
with:
6060
path: ./build

0 commit comments

Comments
 (0)