Skip to content

Commit

Permalink
Update to upload/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Nov 10, 2024
1 parent fb23e43 commit 66bae81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: pwsh

- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}
path: ${{env.PROJECT_NAME}}/${{matrix.build_dir}}/out
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{env.PROJECT_NAME}}-${{matrix.artifact_ext}}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
shell: cmd

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

0 comments on commit 66bae81

Please sign in to comment.