Skip to content

Commit

Permalink
Merge pull request #199 from HunnySajid/feat/build-ci
Browse files Browse the repository at this point in the history
fix: change action to v4 from v3
  • Loading branch information
HunnySajid authored Sep 23, 2024
2 parents dad64d2 + 59125ad commit 2140a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
zip -r firefox.zip firefox/
- name: Upload build asset
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extension-builds-${{ github.event.number || github.event.head_commit.id }}
path: dist/*.zip

0 comments on commit 2140a98

Please sign in to comment.