diff --git a/python-project-template/.github/workflows/{% if include_benchmarks %}publish-benchmarks-pr.yml{% endif %}.jinja b/python-project-template/.github/workflows/{% if include_benchmarks %}publish-benchmarks-pr.yml{% endif %}.jinja index 6ecc353..dc7eb58 100644 --- a/python-project-template/.github/workflows/{% if include_benchmarks %}publish-benchmarks-pr.yml{% endif %}.jinja +++ b/python-project-template/.github/workflows/{% if include_benchmarks %}publish-benchmarks-pr.yml{% endif %}.jinja @@ -28,7 +28,7 @@ jobs: echo "Conclusion: ${{ github.event.workflow_run.conclusion }}" echo "Event: ${{ github.event.workflow_run.event }}" - name: Download artifact - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v14 with: name: benchmark-artifacts run_id: ${{ github.event.workflow_run.id }} @@ -52,4 +52,4 @@ jobs: issue-number: ${{ steps.pr-info.outputs.pr }} body-path: output edit-mode: replace -{%- endraw -%} \ No newline at end of file +{%- endraw -%}