Skip to content

Commit bee3fbc

Browse files
committed
update upload-artifact
1 parent fbbd1ba commit bee3fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Uploading
5555
if: ${{github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')}}
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: bin-${{runner.os}}-${{matrix.arch}}
5959
path: bin/**

0 commit comments

Comments
 (0)