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 <vaughn.dice@fermyon.com>
  • Loading branch information
vdice committed Sep 6, 2024
1 parent 39c5bf5 commit ec2adf6
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 @@ -93,7 +93,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 @@ -128,7 +128,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 ec2adf6

Please sign in to comment.