Skip to content

Commit 1870908

Browse files
committed
ci: update from old upload-artifact version*
1 parent 30bfe44 commit 1870908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'Build'
3030
run: 'dotnet build ZenKit -c Release -o __build && dotnet pack -c Release -o ./__publish/ -v detailed ZenKit'
3131
- name: 'Publish'
32-
uses: 'actions/upload-artifact@v3'
32+
uses: 'actions/upload-artifact@v4'
3333
with:
3434
name: 'NuGet Package'
3535
path: '__publish'

0 commit comments

Comments
 (0)