Skip to content

Commit

Permalink
Update @actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu committed Oct 21, 2024
1 parent eb34c90 commit ec9db94
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 ec9db94

Please sign in to comment.