mirror of
https://github.com/appleboy/scp-action.git
synced 2026-06-27 03:37:47 +00:00
Merge b64f4218c7 into 7179e72a3f
This commit is contained in:
commit
9907427f1c
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: my-artifact
|
||||
path: world.txt
|
||||
|
||||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: my-artifact
|
||||
path: world.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user