Skip to content

Commit 103f997

Browse files
build(deps): Bump dawidd6/action-download-artifact from 14 to 18
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 14 to 18. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@5c98f0b...1f8785f) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bde9268 commit 103f997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)