Skip to content

Commit 399ad77

Browse files
authoredFeb 25, 2025··
Update build.yml
1 parent 62d5df2 commit 399ad77

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
@@ -27,7 +27,7 @@ jobs:
2727
# Upload artifacts
2828

2929
- name: Publish ${{env.NAME}} ${{env.CONFIG}}
30-
uses: actions/upload-artifact@v4.6.0
30+
uses: actions/upload-artifact@v4.6.1
3131
with:
3232
name: ${{env.NAME}}${{env.BIN_POSTFIX}}
3333
path: ${{env.NAME}}/bin/${{env.CONFIG}}/${{env.NAME}}.*.*nupkg

0 commit comments

Comments
 (0)
Please sign in to comment.