Skip to content

Commit 71c168d

Browse files
committed
Fix: upgrade upload-artifact to v4
1 parent 7f399b3 commit 71c168d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet pack --no-build --configuration Release --output ./nupkg
3030

3131
- name: Upload NuGet artifact
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: ComAutoWrapper-nupkg
35-
path: ./nupkg/*.nupkg
35+
path: ./nupkg/*.nupkg

0 commit comments

Comments
 (0)