We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d154982 commit ff381f3Copy full SHA for ff381f3
.github/workflows/plotters-core.yml
@@ -81,7 +81,7 @@ jobs:
81
../target/release/examples/$(basename ${example} .rs)
82
done
83
tar -czvf example-outputs.tar.gz plotters-doc-data
84
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
85
with:
86
name: example-outputs
87
path: plotters/example-outputs.tar.gz
0 commit comments