Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
timweri committed Jun 4, 2024
1 parent 32fc9d1 commit dbf5d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:

- name: Download Golangci-lint report
if: always()
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: ci-lint.yml
name: golangci-lint-report
if_no_artifact_found: warn

- name: Download go unit test coverage reports
if: always()
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: ci-test.yml
name: go-test-results
Expand Down

0 comments on commit dbf5d56

Please sign in to comment.