Skip to content

Commit 1839335

Browse files
committed
⬆️ Update actions/upload-artifact action to v4.3.1
1 parent 12b45aa commit 1839335

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@v4.3.0
29+
uses: actions/upload-artifact@v4.3.1
3030
with:
3131
name: coverage-${{ matrix.go }}
3232
path: coverage.out

0 commit comments

Comments
 (0)