Skip to content

Commit ee96fb5

Browse files
committed
fix CI
1 parent d2e7fd5 commit ee96fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run publish
3030
run: dotnet pack -o release src
3131
- name: Upload NuGet packages
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: packages
3535
path: release/

0 commit comments

Comments
 (0)