Skip to content

Commit 8cd876e

Browse files
authored
Merge pull request #18 from 1415003719/2025-04
upgrade release action verison
2 parents 9daf0f3 + f145298 commit 8cd876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)