Skip to content

Commit 8fa1e49

Browse files
committed
fix: upgrade upload-artifact action to v4 in release workflow
1 parent 7773f48 commit 8fa1e49

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
@@ -38,7 +38,7 @@ jobs:
3838
run: ${{ matrix.script }}
3939

4040
- name: Upload artifact
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: build-${{ matrix.os }}
4444
path: |

0 commit comments

Comments
 (0)