Skip to content

Commit

Permalink
feat: update depricated artifacts for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 5, 2025
1 parent eedf329 commit 25826f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: yarn build:chrome

- name: Archive firefox production zip file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firefox.xpi
path: dist/production/firefox.xpi

- name: Archive chrome production zip file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: chrome.zip
path: dist/production/chrome.zip
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
args: npx playwright test

- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-artifcats
Expand Down

0 comments on commit 25826f2

Please sign in to comment.