Skip to content

Commit 6c24313

Browse files
Bump dawidd6/action-download-artifact from 20 to 21 (#451)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' 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 3d5792d commit 6c24313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bench-pr-track.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
PR_EVENT: event.json
2020
steps:
2121
- name: Download benchmark results
22-
uses: dawidd6/action-download-artifact@v20
22+
uses: dawidd6/action-download-artifact@v21
2323
with:
2424
name: ${{ env.BENCHMARK_RESULTS }}
2525
run_id: ${{ github.event.workflow_run.id }}
2626

2727
- name: Download PR event
28-
uses: dawidd6/action-download-artifact@v20
28+
uses: dawidd6/action-download-artifact@v21
2929
with:
3030
name: ${{ env.PR_EVENT }}
3131
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)