Skip to content

Commit 28952f3

Browse files
committed
Update GitHub Actions workflow to use actions/upload-artifact@v4 for artifact uploads
1 parent 66695ad commit 28952f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
GOOS=windows GOARCH=amd64 go build -o dist/capture-go-windows-amd64.exe .
106106
107107
- name: Upload build artifacts
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: capture-go-binaries
111111
path: dist/

0 commit comments

Comments
 (0)