Skip to content

Commit 45347ad

Browse files
author
Xander Garbett
authored
Bump artifact actions version.
Signed-off-by: Xander Garbett <[email protected]>
1 parent 6ea5892 commit 45347ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
run: ~/go/bin/promu -c .promu.yml crossbuild -v -p linux/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64
3232
- name: Upload Binaries
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: binaries
3636
path: .build/*

0 commit comments

Comments
 (0)