Browse Source
Merge pull request #661 from eesast/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
dev
shangfengh
GitHub
2 years 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
|
|
|
@@ -88,7 +88,7 @@ jobs: |
|
|
|
cp -r ./CAPI/shell/* ./THUAI6/linux/ |
|
|
|
cp -r ./CAPI/shell/* ./THUAI6/osx/ |
|
|
|
|
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
name: my-artifact |
|
|
|
path: ./THUAI6 |
|
|
|
|