We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62cb50 commit 339844eCopy full SHA for 339844e
.github/workflows/build.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Pluginify plugin binary
63
run: spin pluginify --arch ${{ matrix.config.arch }}
64
- name: Archive pluginified
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
with:
67
name: ${{ env.PROGRAM_NAME}}-${{ matrix.config.os }}-${{ matrix.config.arch }}
68
path: |
@@ -97,7 +97,9 @@ jobs:
97
run: echo "RELEASE_VERSION=precanary" >> $GITHUB_ENV
98
99
- name: Download artifacts
100
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
101
+ with:
102
+ pattern: ${{ env.PROGRAM_NAME}}-*
103
- name: Display structure of downloaded files
104
run: ls -R
105
- name: pluginify it
0 commit comments