Skip to content

Commit 7d28061

Browse files
⬆️ Update actions/upload-artifact action to v4 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ad6f9a commit 7d28061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Test
2727
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
2828
- name: ⬆️ Upload coverage artifact
29-
uses: actions/upload-artifact@v3.1.3
29+
uses: actions/upload-artifact@v4.3.0
3030
with:
3131
name: coverage-${{ matrix.go }}
3232
path: coverage.out

0 commit comments

Comments
 (0)