Skip to content

Commit ff381f3

Browse files
Bump actions/upload-artifact from 1 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d154982 commit ff381f3

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)