Skip to content

Commit de222cb

Browse files
authored
Merge pull request #553 from com-pas/dependabot/github_actions/dawidd6/action-download-artifact-18
build(deps): Bump dawidd6/action-download-artifact from 14 to 18
2 parents 196bdd1 + caf63a9 commit de222cb

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

0 commit comments

Comments
 (0)