diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09a025e..09f12fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Zip chrome run: zip -qq -r chrome.zip * working-directory: dist/chrome_prod - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: chrome path: dist/chrome_prod/chrome.zip @@ -40,7 +40,7 @@ jobs: - name: Zip firefox run: zip -qq -r firefox.zip * working-directory: dist/firefox_prod - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: firefox path: dist/firefox_prod/firefox.zip @@ -51,7 +51,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download extension - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: chrome - name: Publish Chrome @@ -72,7 +72,7 @@ jobs: - name: Zip source run: zip -qq -r src.zip * - name: Download extension - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: firefox - name: Publish Firefox @@ -92,7 +92,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download extension - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Release uses: softprops/action-gh-release@v2 with: