Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into upgrade-tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Dec 12, 2024
2 parents 11c05cb + 8b814b4 commit eb3a814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ jobs:
# Download results
#
- name: Download base results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.BASE_ARTIFACT }}
path: ${{ env.BASE_ARTIFACT }}
- name: Download head results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.HEAD_ARTIFACT }}
path: ${{ env.HEAD_ARTIFACT }}
Expand Down

0 comments on commit eb3a814

Please sign in to comment.