Skip to content

Commit c92f617

Browse files
chore(deps): bump dawidd6/action-download-artifact from 11 to 12 (#480)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v11...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' 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 b355442 commit c92f617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v11
23+
uses: dawidd6/action-download-artifact@v12
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@v11
29+
uses: dawidd6/action-download-artifact@v12
3030
with:
3131
name: ${{ env.PR_EVENT }}
3232
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)