Skip to content

Commit

Permalink
chore(.github): bump artifact actions to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Sep 5, 2024
1 parent c62cb50 commit 339844e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Pluginify plugin binary
run: spin pluginify --arch ${{ matrix.config.arch }}
- name: Archive pluginified
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROGRAM_NAME}}-${{ matrix.config.os }}-${{ matrix.config.arch }}
path: |
Expand Down Expand Up @@ -97,7 +97,9 @@ jobs:
run: echo "RELEASE_VERSION=precanary" >> $GITHUB_ENV

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: ${{ env.PROGRAM_NAME}}-*
- name: Display structure of downloaded files
run: ls -R
- name: pluginify it
Expand Down

0 comments on commit 339844e

Please sign in to comment.