Skip to content

Commit 1179d01

Browse files
committed
Update CI to use actions/upload-artifact@v4
1 parent e65b392 commit 1179d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache-key: ${{ matrix.go }}
3131
output-format: binary
3232
output-file: "./staticcheck.bin"
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}.bin"
3636
path: "./staticcheck.bin"
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version: "stable"
4747
# this downloads all artifacts of the current workflow into the current working directory, creating one directory per artifact
48-
- uses: actions/download-artifact@v3
48+
- uses: actions/download-artifact@v4
4949
- id: glob
5050
run: |
5151
# We replace newlines with %0A, which GitHub apparently magically turns back into newlines

0 commit comments

Comments
 (0)