We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f399b3 commit 71c168dCopy full SHA for 71c168d
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet pack --no-build --configuration Release --output ./nupkg
30
31
- name: Upload NuGet artifact
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: ComAutoWrapper-nupkg
35
- path: ./nupkg/*.nupkg
+ path: ./nupkg/*.nupkg
0 commit comments