Skip to content

Commit b1498a3

Browse files
authored
Merge pull request #2524 from nickel-lang/dependabot/github_actions/dawidd6/action-download-artifact-16
chore(deps): bump dawidd6/action-download-artifact from 14 to 16
2 parents 183ac0f + 549cff4 commit b1498a3

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@v14
18+
uses: dawidd6/action-download-artifact@v16
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@v14
23+
uses: dawidd6/action-download-artifact@v16
2424
with:
2525
name: ${{ env.PR_EVENT }}
2626
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)