Skip to content

Commit 3b9fac9

Browse files
Update CI.yml
fix Deprecation
1 parent 9bc37b6 commit 3b9fac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "image_name=${image_name}" >> $GITHUB_ENV
6363
- name: Upload images to Artifact
6464
if: ${{ github.event_name != 'release' && success() }}
65-
uses: actions/upload-artifact@v2.2.1
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: ${{ env.image_name }}
6868
path: ${{ env.images_dir }}/*.7z

0 commit comments

Comments
 (0)