mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2024-11-12 23:56:18 +01: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
|