mirror of
https://github.com/actions/upload-artifact
synced 2025-01-05 05:22:40 +00:00
5 lines
115 B
Text
5 lines
115 B
Text
|
- uses: actions/upload-artifact@v3
|
||
|
with:
|
||
|
name: my-artifact
|
||
|
path: path/to/artifact/ # or path/to/artifact
|