Skip to content

Commit 25826f2

Browse files
committed
feat: update depricated artifacts for workflows
1 parent eedf329 commit 25826f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
run: yarn build:chrome
3636

3737
- name: Archive firefox production zip file
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: firefox.xpi
4141
path: dist/production/firefox.xpi
4242

4343
- name: Archive chrome production zip file
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: chrome.zip
4747
path: dist/production/chrome.zip

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
args: npx playwright test
3434

3535
- name: Artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: always()
3838
with:
3939
name: playwright-artifcats

0 commit comments

Comments
 (0)