Skip to content

Commit 6083c11

Browse files
authored
Update action version.
1 parent 48ace71 commit 6083c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/widdler-${{ matrix.goos }}-${{ matrix.goarch }} main.go
3939
4040
- name: Upload Artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: widdler-${{ matrix.goos }}-${{ matrix.goarch }}
4444
path: output/widdler-${{ matrix.goos }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)