We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dfd29 commit ad5f515Copy full SHA for ad5f515
.github/workflows/ci-checks.yml
@@ -10,8 +10,8 @@ jobs:
10
name: Check code quality
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
15
- run: npm ci
16
- run: npm run check
17
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Upload to artifacts
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: extension-package
34
path: ./web-ext-artifacts/${{env.package-filename}}
0 commit comments