Skip to content

Commit 0f09072

Browse files
authored
Merge pull request #478 from com-pas/dependabot/github_actions/dawidd6/action-download-artifact-21
chore(deps): bump dawidd6/action-download-artifact from 20 to 21
2 parents ca500e2 + dc74026 commit 0f09072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Download PR number artifact
2323
if: github.event.workflow_run.event == 'pull_request'
24-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
24+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
2525
with:
2626
workflow: SonarCloud Build
2727
run_id: ${{ github.event.workflow_run.id }}
@@ -81,7 +81,7 @@ jobs:
8181
restore-keys: ${{ runner.os }}-sonar
8282

8383
- name: Download coverage artifact
84-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
84+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
8585
with:
8686
workflow: SonarCloud Build
8787
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)