update imports and old v4-beta references

This commit is contained in:
Rob Herley
2023-12-14 15:08:24 -05:00
parent c7d193f32e
commit 6c139afa6f
4 changed files with 7 additions and 9 deletions

View File

@ -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/**/*
```