Skip to content

Commit 1b382e8

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

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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
3030
with:
3131
name: golang-coverage-report
3232
path: coverage.out

0 commit comments

Comments
 (0)