Skip to content

Commit

Permalink
ci: fix download-artifact deprecation, upgrade eslint-annotate-acti…
Browse files Browse the repository at this point in the history
…on (#238)

GHA deprecation (I think this needs to be in main branch for it to work, re: failing CI)
  • Loading branch information
billyvg authored Jan 24, 2025
1 parent 366d5be commit a603d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ 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
uses: ataylorme/eslint-annotate-action@v2
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'eslint_report.json'

prettier_check:
Expand Down

0 comments on commit a603d3b

Please sign in to comment.