From 8c155dcac77b0d3272f32c0a695d4c03a09dbd6b Mon Sep 17 00:00:00 2001 From: Ben Matase Date: Mon, 3 Feb 2025 00:11:51 -0500 Subject: [PATCH] Update upload/download artifact actions (#111) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3428642..76e3b50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: npx dot-json@1 "$DIRECTORY/manifest.json" version "$DAILY_VERSION" - name: Ready for "submit" jobs if: env.DAILY_VERSION_CREATED - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ${{ env.DIRECTORY }} - name: Create release @@ -50,7 +50,7 @@ jobs: environment: Chrome runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - run: npx chrome-webstore-upload-cli@3 upload --auto-publish working-directory: artifact env: @@ -65,7 +65,7 @@ jobs: environment: Firefox runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - run: npx web-ext@7 sign --use-submission-api --channel listed working-directory: artifact env: