Skip to content

Commit b8b0919

Browse files
chore(deps): update actions/upload-artifact action to v3.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92b924b commit b8b0919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.golang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run golang tests
2727
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
2828
- name: Archive code coverage results
29-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
29+
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
3030
with:
3131
name: golang-coverage-report
3232
path: coverage.out

0 commit comments

Comments
 (0)