Skip to content

Commit dff245b

Browse files
Merge pull request #448 from SciML/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 825e638 + 7e51bac commit dff245b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BenchmarkPR.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@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: plots
5050
path: plots

0 commit comments

Comments
 (0)