Skip to content

Commit 69aa18e

Browse files
chore(deps): bump dawidd6/action-download-artifact from 9 to 10 (#2024)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f94c7b commit 69aa18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-pr-check-content.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- name: download dist artifact
26-
uses: dawidd6/action-download-artifact@v9
26+
uses: dawidd6/action-download-artifact@v10
2727
with:
2828
workflow: ${{ github.event.workflow_run.workflow_id }}
2929
name: plugin-registry-content
3030
path: content
3131
- name: PR number
32-
uses: dawidd6/action-download-artifact@v9
32+
uses: dawidd6/action-download-artifact@v10
3333
with:
3434
workflow: ${{ github.event.workflow_run.workflow_id }}
3535
name: pull-request-number
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
4444
- name: PR sha
45-
uses: dawidd6/action-download-artifact@v9
45+
uses: dawidd6/action-download-artifact@v10
4646
with:
4747
workflow: ${{ github.event.workflow_run.workflow_id }}
4848
name: pull-request-sha

0 commit comments

Comments
 (0)