mirror of
https://github.com/appleboy/scp-action.git
synced 2026-07-01 22:11:39 +00:00
Compare commits
No commits in common. "96947ea2bd19d669b7194d88f1cc0deddd1e35bb" and "5878fc908fe21ff5041828e0e01da8a0f89f18c5" have entirely different histories.
96947ea2bd
...
5878fc908f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -71,12 +71,12 @@ jobs:
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: world.txt
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: distfiles
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v41
|
||||
uses: tj-actions/changed-files@v37
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
separator: ","
|
||||
|
||||
Loading…
Reference in New Issue
Block a user