Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update actions (#8468)
Browse files Browse the repository at this point in the history
* Update ataylorme/eslint-annotate-action to use node 16

* Update preactjs/compressed-size-action to use node 16

* Update actions/upload-artifact to v3
  • Loading branch information
albarin authored Feb 21, 2023
1 parent cc98bc1 commit db6c7bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: preactjs/compressed-size-action@v2
- uses: preactjs/compressed-size-action@265b0667736973f2d83b1a35fdc5440d6cb3322e
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{build/**/*.js,build/**/*.css}'
2 changes: 1 addition & 1 deletion .github/workflows/js-css-md-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: eslint_report.json
path: eslint_report.json
- name: Annotate code linting results
uses: ataylorme/eslint-annotate-action@1.2.0
uses: ataylorme/eslint-annotate-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
report-json: 'eslint_report.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-js-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: reports/e2e

- name: Archive flaky tests report
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 # v2.2.2
uses: actions/upload-artifact@v3
if: always()
with:
name: flaky-tests-report-${{ matrix.part }}
Expand Down

0 comments on commit db6c7bc

Please sign in to comment.