We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65b392 commit 1179d01Copy full SHA for 1179d01
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
cache-key: ${{ matrix.go }}
31
output-format: binary
32
output-file: "./staticcheck.bin"
33
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
34
with:
35
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}.bin"
36
path: "./staticcheck.bin"
@@ -45,7 +45,7 @@ jobs:
45
46
go-version: "stable"
47
# this downloads all artifacts of the current workflow into the current working directory, creating one directory per artifact
48
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
49
- id: glob
50
run: |
51
# We replace newlines with %0A, which GitHub apparently magically turns back into newlines
0 commit comments