Skip to content

Commit d7e9cde

Browse files
chore(deps): bump dawidd6/action-download-artifact from 19 to 21
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v19...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>
1 parent 012f9b9 commit d7e9cde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark_fork_track.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
egress-policy: audit
2121

2222
- name: Download Benchmark Results
23-
uses: dawidd6/action-download-artifact@v19
23+
uses: dawidd6/action-download-artifact@v21
2424
with:
2525
name: ${{ env.BENCHMARK_RESULTS }}
2626
run_id: ${{ github.event.workflow_run.id }}
2727

2828
- name: Download PR Event
29-
uses: dawidd6/action-download-artifact@v19
29+
uses: dawidd6/action-download-artifact@v21
3030
with:
3131
name: ${{ env.PR_EVENT }}
3232
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)