Skip to content

Commit 946709b

Browse files
chore(deps): bump dawidd6/action-download-artifact from 8 to 9 (#74)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@20319c5...07ab29f) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d0a2ef commit 946709b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1616
steps:
1717
- name: Download pr number
18-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc
18+
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295
1919
with:
2020
workflow: ${{ github.event.workflow.id }}
2121
run_id: ${{ github.event.workflow_run.id }}
@@ -24,7 +24,7 @@ jobs:
2424
id: pr
2525
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
2626
- name: Download artifact
27-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc
27+
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295
2828
with:
2929
workflow: ${{ github.event.workflow.id }}
3030
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)