Skip to content

Commit 2120f93

Browse files
authored
Merge pull request #24 from 1415003719/2025-07
upgrade upload-artifact version
2 parents 7ca0f6d + 8dd19c2 commit 2120f93

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
@@ -37,7 +37,7 @@ jobs:
3737
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: ${{ steps.get_version.outputs.VERSION }}
4343
path: dist

0 commit comments

Comments
 (0)