Skip to content

Commit e7a7631

Browse files
authored
Update release.yml
update upload-artifact action
1 parent 8831290 commit e7a7631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
7z a ${{ env.ARTIFACT_NAME }}.zip ./publish/* LICENSE -bb
8080
8181
- name: Upload multiple artifact
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4.6.0
8383
with:
8484
name: ${{ env.ARTIFACT_NAME }}
8585
path: ./${{ env.ARTIFACT_NAME }}.zip

0 commit comments

Comments
 (0)