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 eedf329 commit 25826f2Copy full SHA for 25826f2
.github/workflows/build.yml
@@ -35,13 +35,13 @@ jobs:
35
run: yarn build:chrome
36
37
- name: Archive firefox production zip file
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: firefox.xpi
41
path: dist/production/firefox.xpi
42
43
- name: Archive chrome production zip file
44
45
46
name: chrome.zip
47
path: dist/production/chrome.zip
.github/workflows/playwright.yml
@@ -33,7 +33,7 @@ jobs:
33
args: npx playwright test
34
- name: Artifact
if: always()
name: playwright-artifcats
0 commit comments