Browse Source
Merge pull request #674 from eesast/renovate/actions-download-artifact-4.x
chore(deps): update actions/download-artifact action to v4
dev
shangfengh
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/upload_COS.yml
|
|
|
@@ -112,7 +112,7 @@ jobs: |
|
|
|
- name: Pip Install paramiko |
|
|
|
run: pip install paramiko |
|
|
|
|
|
|
|
- uses: actions/download-artifact@v3 |
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
with: |
|
|
|
name: my-artifact |
|
|
|
path: ./THUAI6 |
|
|
|
|