Skip to content

Commit

Permalink
Fix artifact action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Dec 23, 2023
1 parent 9ba9265 commit af1296f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mv dist/*.xpi dist/[email protected]${{ github.ref_name }}.xpi
- name: Create Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.artifact_name }}
path: |
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Download Artifact
id: download_artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: ${{ env.artifact_name }}

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Download Artifact
id: download_artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: ${{ env.artifact_name }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Download Artifact
id: download_artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: ${{ env.artifact_name }}

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

# - name: Download Artifact
# id: download_artifact
# uses: actions/download-artifact@master
# uses: actions/download-artifact@v4
# with:
# name: ${{ env.artifact_name }}

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

- name: Download Artifact
id: download_artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
with:
name: ${{ env.artifact_name }}

Expand Down

0 comments on commit af1296f

Please sign in to comment.