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 1b4c36c commit 91dd5dfCopy full SHA for 91dd5df
.github/workflows/release.yml
@@ -40,19 +40,19 @@ jobs:
40
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41
42
- name: Archive Chrome Extension
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
44
with:
45
name: chrome
46
path: extension/chrome/dist
47
48
- name: Archive Edge Extension
49
50
51
name: edge
52
path: extension/edge/dist
53
54
- name: Archive Firefox Extension
55
56
57
name: firefox
58
path: extension/firefox/dist
0 commit comments