Skip to content

Commit 33ed82e

Browse files
authored
Merge pull request #2501 from nickel-lang/dependabot/github_actions/dawidd6/action-download-artifact-14
chore(deps): bump dawidd6/action-download-artifact from 12 to 14
2 parents e9a9526 + 44385e1 commit 33ed82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-pr-benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
PR_EVENT: event.json
1616
steps:
1717
- name: Download Benchmark Results
18-
uses: dawidd6/action-download-artifact@v12
18+
uses: dawidd6/action-download-artifact@v14
1919
with:
2020
name: ${{ env.BENCHMARK_RESULTS }}
2121
run_id: ${{ github.event.workflow_run.id }}
2222
- name: Download PR Event
23-
uses: dawidd6/action-download-artifact@v12
23+
uses: dawidd6/action-download-artifact@v14
2424
with:
2525
name: ${{ env.PR_EVENT }}
2626
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)