Skip to content

Commit

Permalink
Merge branch 'master' into ab/firstgenrepeaterv2
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro authored Dec 21, 2023
2 parents d8268d9 + d6569f9 commit ba6dd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

# restore records from the artifacts
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v3
with:
workflow: benchmark.yml
name: performance-tracking
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo ${{ github.event.pull_request.number }} > ./pull-request-number.artifact

# save as artifacts (performance tracking (comment) workflow will use it)
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: performance-tracking
path: ./*.artifact

0 comments on commit ba6dd47

Please sign in to comment.