[chore] Cache yarn packages for CI (#1646)
* [chore] Cache yarn packages for CI * Cache yarn in release.yml * [chore] Update deprecated download artifact on CI (#1647) * I'm merging even though ESLint is stlll failing in Github Actions as I believe it's running actions _without_ this PR applied yet
This commit is contained in:
2
.github/workflows/style-check.yml
vendored
2
.github/workflows/style-check.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: ESLint Annotation
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: eslint_report.json
|
||||
- name: Annotate Code Linting Results
|
||||
|
||||
Reference in New Issue
Block a user