Skip to content

Commit ee9cf4d

Browse files
authored
Merge pull request #663 from JuliaSymbolics/fix-benchmark
Chore: Update upload-artifact action to v4 in benchmark_pr.yml
2 parents eb34c90 + ec9db94 commit ee9cf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mkdir -p plots
4545
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/
4646
- name: Upload plot as artifact
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: plots
5050
path: plots

0 commit comments

Comments
 (0)