Skip to content

Commit

Permalink
Merge pull request #22 from vdice/chore/bump-artifact-actions
Browse files Browse the repository at this point in the history
chore(.github): bump artifact actions to v4
  • Loading branch information
vdice authored Nov 5, 2024
2 parents c62cb50 + 339844e commit 328d368
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 328d368

Please sign in to comment.