We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upload-artifact
1 parent 30bfe44 commit 1870908Copy full SHA for 1870908
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: 'Build'
30
run: 'dotnet build ZenKit -c Release -o __build && dotnet pack -c Release -o ./__publish/ -v detailed ZenKit'
31
- name: 'Publish'
32
- uses: 'actions/upload-artifact@v3'
+ uses: 'actions/upload-artifact@v4'
33
with:
34
name: 'NuGet Package'
35
path: '__publish'
0 commit comments