Skip to content

Commit eec5274

Browse files
Build(deps): Bump dawidd6/action-download-artifact from 21 to 23 in the actions group (#346)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d411d8e commit eec5274

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmarks-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git checkout origin/main -- tools/ci/bench/reporter/ 2>/dev/null || true
5454
5555
- name: Download bench artifacts
56-
uses: dawidd6/action-download-artifact@v21
56+
uses: dawidd6/action-download-artifact@v23
5757
with:
5858
github_token: ${{ steps.bot-token.outputs.token }}
5959
workflow: ${{ github.event.workflow.id }}
@@ -172,7 +172,7 @@ jobs:
172172
node-version-file: '.node-version'
173173

174174
- name: Download bench artifacts
175-
uses: dawidd6/action-download-artifact@v21
175+
uses: dawidd6/action-download-artifact@v23
176176
with:
177177
github_token: ${{ steps.bot-token.outputs.token }}
178178
workflow: ${{ github.event.workflow.id }}

.github/workflows/bundle-size-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git checkout origin/main -- tools/ci/size/ 2>/dev/null || true
5353
5454
- name: Download size snapshots
55-
uses: dawidd6/action-download-artifact@v21
55+
uses: dawidd6/action-download-artifact@v23
5656
with:
5757
github_token: ${{ steps.bot-token.outputs.token }}
5858
workflow: ${{ github.event.workflow.id }}

.github/workflows/memory-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git checkout origin/main -- tools/ci/memory/ 2>/dev/null || true
5454
5555
- name: Download memory snapshots
56-
uses: dawidd6/action-download-artifact@v21
56+
uses: dawidd6/action-download-artifact@v23
5757
with:
5858
github_token: ${{ steps.bot-token.outputs.token }}
5959
workflow: ${{ github.event.workflow.id }}

.github/workflows/pr-deploy-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git checkout origin/main -- tools/ci/deploy/ 2>/dev/null || true
5454
5555
- name: Download deploy facts
56-
uses: dawidd6/action-download-artifact@v21
56+
uses: dawidd6/action-download-artifact@v23
5757
with:
5858
github_token: ${{ steps.bot-token.outputs.token }}
5959
workflow: ${{ github.event.workflow.id }}

0 commit comments

Comments
 (0)