Skip to content

Commit

Permalink
Merge pull request #663 from JuliaSymbolics/fix-benchmark
Browse files Browse the repository at this point in the history
Chore: Update upload-artifact action to v4 in benchmark_pr.yml
  • Loading branch information
bowenszhu authored Oct 21, 2024
2 parents eb34c90 + ec9db94 commit ee9cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mkdir -p plots
benchpkgplot ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
- name: Upload plot as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plots
path: plots
Expand Down

0 comments on commit ee9cf4d

Please sign in to comment.