Skip to content

Commit 18adb93

Browse files
Bump dawidd6/action-download-artifact from 2 to 3
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 3. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v3) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88ea205 commit 18adb93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/comment-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Get the PR Number artifact
20-
uses: dawidd6/action-download-artifact@v2
20+
uses: dawidd6/action-download-artifact@v3
2121
with:
2222
workflow: ${{ github.event.workflow_run.workflow_id }}
2323
workflow_conclusion: ""
@@ -27,7 +27,7 @@ jobs:
2727
- name: Confirm the PR Number (Debugging)
2828
run: echo $PR_NUMBER
2929
- name: Get the code coverage results file
30-
uses: dawidd6/action-download-artifact@v2
30+
uses: dawidd6/action-download-artifact@v3
3131
with:
3232
workflow: ${{ github.event.workflow_run.workflow_id }}
3333
workflow_conclusion: ""

0 commit comments

Comments
 (0)