Skip to content

Commit 77af28f

Browse files
authored
Merge pull request #581 from com-pas/dependabot/github_actions/dawidd6/action-download-artifact-21
build(deps): Bump dawidd6/action-download-artifact from 19 to 21
2 parents a055a61 + 8c358dd commit 77af28f

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
@@ -23,7 +23,7 @@ jobs:
2323
run: cat $GITHUB_EVENT_PATH
2424
- name: Download PR number artifact
2525
if: github.event.workflow_run.event == 'pull_request'
26-
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
26+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
2727
with:
2828
workflow: SonarCloud Build
2929
run_id: ${{ github.event.workflow_run.id }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050
- name: Download build artifacts
51-
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
51+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
5252
with:
5353
workflow: SonarCloud Build
5454
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)