Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15430d2

Browse files
authoredJun 10, 2024··
chore(deps): Bump dawidd6/action-download-artifact
Bumps the all-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 3 to 5 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85359ec commit 15430d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/sonar-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Download PR number artifact
18-
uses: dawidd6/action-download-artifact@v3
18+
uses: dawidd6/action-download-artifact@v5
1919
with:
2020
workflow: Tests
2121
run_id: ${{ github.event.workflow_run.id }}
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
path: ./PR_NUMBER
2828
- name: Download Test Coverage
29-
uses: dawidd6/action-download-artifact@v3
29+
uses: dawidd6/action-download-artifact@v5
3030
with:
3131
workflow: Tests
3232
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)
Please sign in to comment.