Skip to content

Commit 78f2b77

Browse files
committed
chore(.github): bump upload-artifact action to v4
Signed-off-by: Vaughn Dice <[email protected]>
1 parent ecaf069 commit 78f2b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Pluginify plugin binary
100100
run: spin pluginify --arch ${{ matrix.config.arch }}
101101
- name: Archive pluginified
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: ${{ env.PROGRAM_NAME}}-${{ matrix.config.os }}-${{ matrix.config.arch }}
105105
path: |

0 commit comments

Comments
 (0)