Skip to content

Commit 66bae81

Browse files
committed
Update to upload/download-artifact@v4
1 parent fb23e43 commit 66bae81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-native.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: pwsh
6262

6363
- name: Upload artifact
64-
uses: actions/upload-artifact@v1
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}
6767
path: ${{env.PROJECT_NAME}}/${{matrix.build_dir}}/out
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download artifact
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}
8787

@@ -112,7 +112,7 @@ jobs:
112112
shell: cmd
113113

114114
- name: Upload artifact
115-
uses: actions/upload-artifact@v1
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}-pluginval
118118
path: ./bin/

0 commit comments

Comments
 (0)