Skip to content

Commit 862d342

Browse files
authored
Merge pull request #558 from com-pas/dependabot/github_actions/dawidd6/action-download-artifact-19
build(deps): Bump dawidd6/action-download-artifact from 18 to 19
2 parents 16d6b0b + 81ff443 commit 862d342

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@1f8785ff7a5130826f848e7f72725c85d241860f # v18
26+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
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@1f8785ff7a5130826f848e7f72725c85d241860f # v18
51+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
5252
with:
5353
workflow: SonarCloud Build
5454
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)