mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
chore(deps): update actions/upload-artifact action to v3 (#620)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f7961248e9
commit
4173b49dff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-annotations.yml
vendored
2
.github/workflows/upload-annotations.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload ESLint report
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: eslint_report.json
|
||||
path: eslint_report.json
|
||||
|
|
Loading…
Add table
Reference in a new issue