Browse Source

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

dev
renovate[bot] GitHub 1 year ago
parent
commit
5d411b646a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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/osx/

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


Loading…
Cancel
Save