Skip to content

Commit 4ee2598

Browse files
authored
Merge pull request #639 from plotters-rs/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 1 to 4
2 parents d154982 + ff381f3 commit 4ee2598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plotters-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
../target/release/examples/$(basename ${example} .rs)
8282
done
8383
tar -czvf example-outputs.tar.gz plotters-doc-data
84-
- uses: actions/upload-artifact@v1
84+
- uses: actions/upload-artifact@v4
8585
with:
8686
name: example-outputs
8787
path: plotters/example-outputs.tar.gz

0 commit comments

Comments
 (0)