Skip to content

Commit af7aec0

Browse files
authored
Merge pull request #43 from vdice/chore/bump-artifact-actions
chore(.github): bump artifact actions to v4
2 parents 09527d8 + ec2adf6 commit af7aec0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Pluginify plugin binary
9494
run: spin pluginify --arch ${{ matrix.config.arch }}
9595
- name: Archive pluginified
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: ${{ env.PROGRAM_NAME}}-${{ matrix.config.os }}-${{ matrix.config.arch }}
9999
path: |
@@ -128,7 +128,9 @@ jobs:
128128
run: echo "RELEASE_VERSION=precanary" >> $GITHUB_ENV
129129

130130
- name: Download artifacts
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4
132+
with:
133+
pattern: ${{ env.PROGRAM_NAME}}-*
132134
- name: Display structure of downloaded files
133135
run: ls -R
134136
- name: pluginify it

0 commit comments

Comments
 (0)