mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-03-26 17:58:04 +03:00
4 lines
115 B
Text
4 lines
115 B
Text
- uses: actions/upload-artifact@v3
|
|
with:
|
|
name: my-artifact
|
|
path: path/to/artifact/ # or path/to/artifact
|