Skip to content

Commit

Permalink
Bump actions/download-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Oct 13, 2022
1 parent f1e0a03 commit 8788c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts (bookmarklet)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: bookmarklet
- name: Upload to S3
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Install dependencies (chrome-webstore-upload-cli)
run: volta install chrome-webstore-upload-cli
- name: Download artifacts (Chrome)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: chrome
- name: Set Environment Variables
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
# https://github.com/mozilla/web-ext/issues/804
volta install web-ext-submit
- name: Download artifacts (Firefox)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: firefox
- name: Upload to AMO
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Download artifacts (npm)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: npm
- name: Publish to npm
Expand Down

0 comments on commit 8788c09

Please sign in to comment.