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 48ace71 commit 6083c11Copy full SHA for 6083c11
.github/workflows/build-go.yaml
@@ -38,7 +38,7 @@ jobs:
38
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/widdler-${{ matrix.goos }}-${{ matrix.goarch }} main.go
39
40
- name: Upload Artifact
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: widdler-${{ matrix.goos }}-${{ matrix.goarch }}
44
path: output/widdler-${{ matrix.goos }}-${{ matrix.goarch }}
0 commit comments