Skip to content

Commit 81da275

Browse files
authored
Merge pull request #573 from lincc-frameworks/action-download-artifact-v14
Template: bump dawidd6/action-download-artifact to v14
2 parents 6902945 + a86493e commit 81da275

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-project-template/.github/workflows/{% if include_benchmarks %}publish-benchmarks-pr.yml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Conclusion: ${{ github.event.workflow_run.conclusion }}"
2929
echo "Event: ${{ github.event.workflow_run.event }}"
3030
- name: Download artifact
31-
uses: dawidd6/action-download-artifact@v12
31+
uses: dawidd6/action-download-artifact@v14
3232
with:
3333
name: benchmark-artifacts
3434
run_id: ${{ github.event.workflow_run.id }}
@@ -52,4 +52,4 @@ jobs:
5252
issue-number: ${{ steps.pr-info.outputs.pr }}
5353
body-path: output
5454
edit-mode: replace
55-
{%- endraw -%}
55+
{%- endraw -%}

0 commit comments

Comments
 (0)