Browse Source

chore(deps): update actions/upload-artifact action to v3

dev
renovate[bot] GitHub 2 years ago
parent
commit
6ac9f6077d
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

@@ -88,7 +88,7 @@ jobs:
cp -r ./CAPI/shell/* ./THUAI6/linux/ cp -r ./CAPI/shell/* ./THUAI6/linux/
cp -r ./CAPI/shell/* ./THUAI6/osx/ cp -r ./CAPI/shell/* ./THUAI6/osx/


- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with: with:
name: my-artifact name: my-artifact
path: ./THUAI6 path: ./THUAI6


Loading…
Cancel
Save