Skip to content

Commit 45484dc

Browse files
authored
Update actions/upload-artifact from v1 to v4 (#499)
1 parent 6e2c0c4 commit 45484dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: pwsh
6565

6666
- name: Upload artifact
67-
uses: actions/upload-artifact@v1
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}
7070
path: ${{env.PROJECT_NAME}}/${{matrix.build_dir}}/out

0 commit comments

Comments
 (0)