Skip to content

Commit b1bb748

Browse files
authored
Merge pull request #42 from com-pas/dependabot/github_actions/dawidd6/action-download-artifact-3
chore(deps): bump dawidd6/action-download-artifact from 2 to 3
2 parents b389f4a + edafdd2 commit b1bb748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: cat $GITHUB_EVENT_PATH
2020
- name: Download PR number artifact
2121
if: github.event.workflow_run.event == 'pull_request'
22-
uses: dawidd6/action-download-artifact@v2
22+
uses: dawidd6/action-download-artifact@v3
2323
with:
2424
workflow: SonarCloud Build
2525
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)