mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-19 09:06:47 +00:00
update imports and old v4-beta references
This commit is contained in:
parent
c7d193f32e
commit
6c139afa6f
4 changed files with 7 additions and 9 deletions
|
@ -271,7 +271,7 @@ You can use `~` in the path input as a substitute for `$HOME`. Basic tilde expan
|
|||
echo hello > ~/new/artifact/world.txt
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts-V4-beta
|
||||
name: my-artifacts
|
||||
path: ~/new/**/*
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue