There was an error while loading. Please reload this page.
1 parent 4ad87e0 commit 120cb8aCopy full SHA for 120cb8a
1 file changed
.github/workflows/go.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build binary (for testing)
42
run: go build -v -trimpath -ldflags="-s -w -buildid=" -o staticassetlint .
43
- name: Upload binary (for testing)
44
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
45
with:
46
name: staticassetlint
47
path: staticassetlint
0 commit comments