Skip to content

Commit a31609f

Browse files
authored
Merge pull request #104 from SymbolicML/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 2 to 4
2 parents eec4892 + 1963efb commit a31609f

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)