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
parent
commit
d85dabb031
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/upload_COS.yml

+ 1
- 1
.github/workflows/upload_COS.yml View File

@@ -112,7 +112,7 @@ jobs:
- name: Pip Install paramiko - name: Pip Install paramiko
run: pip install paramiko run: pip install paramiko


- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with: with:
name: my-artifact name: my-artifact
path: ./THUAI6 path: ./THUAI6


Loading…
Cancel
Save