mirror of
https://github.com/appleboy/scp-action.git
synced 2026-06-11 18:18:07 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b64f4218c7 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user