Skip to content

Commit

Permalink
Merge pull request #570 from radiofrance/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-4.x

chore(deps): update actions/upload-artifact action to v4.3.6
  • Loading branch information
gminh474 authored Aug 19, 2024
2 parents da79ab5 + dbd7509 commit 625abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
go-version-file: "go.mod"
- uses: tlylt/install-graphviz@b2201200d85f06f0189cb74d9b69208504cf12cd # v1.0.0
- run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: coverage-results
path: coverage.out

0 comments on commit 625abcc

Please sign in to comment.