Skip to content

Commit 4f3ea06

Browse files
committed
Update upload-artifact to v4
1 parent 3100d18 commit 4f3ea06

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
@@ -85,7 +85,7 @@ jobs:
8585
ls ${{ env.repository_compressed_name }}
8686
diff -r -x "*.git*" ${{ env.repository_compressed_name }}/"$REPO_NAME"/ ../"$REPO_NAME"/
8787
- name: Create artifact of ZIP
88-
uses: actions/upload-artifact@v2
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: ${{ env.repostiory_zip_name }}
9191
path: zip-check/${{ env.repostiory_zip_name }}

0 commit comments

Comments
 (0)