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