Skip to content

Commit

Permalink
Update upload/download artifact actions (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMatase authored Feb 3, 2025
1 parent 1e89a0c commit 8c155dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8c155dc

Please sign in to comment.