chore(deps): update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2024-01-01 19:55:25 +00:00 committed by GitHub
parent 1b4c36c46a
commit e8ff60ad92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,19 +40,19 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Archive Chrome Extension - name: Archive Chrome Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: chrome name: chrome
path: extension/chrome/dist path: extension/chrome/dist
- name: Archive Edge Extension - name: Archive Edge Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: edge name: edge
path: extension/edge/dist path: extension/edge/dist
- name: Archive Firefox Extension - name: Archive Firefox Extension
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: firefox name: firefox
path: extension/firefox/dist path: extension/firefox/dist