This commit is contained in:
parent
3598b6ae48
commit
82e66f430a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
steps:
|
||||
- run: mkdir -p mypath
|
||||
- run: echo "hello" > mypath/world.txt
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: mypath/world.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue