Skip to content

Commit 49d5202

Browse files
Update upload-artifact action to version 6
1 parent 2cc3c57 commit 49d5202

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151
fi
5252
5353
- name: Upload nuget package
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
with:
56+
compression-level: 0
5657
name: nupkg
5758
path: artifacts/*.nupkg
5859

0 commit comments

Comments
 (0)