Skip to content

Commit

Permalink
Upgrading Github Actions config (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 29, 2024
1 parent c69cd0d commit 063e24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: "yarn build"

- name: "Upload build result"
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: js-dist
path: dist
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm version ${{ steps.get_version.outputs.version-without-v }} --allow-same-version

- name: "Download build result"
uses: "actions/download-artifact@v1"
uses: "actions/download-artifact@v4"
with:
name: js-dist
path: dist
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: npm version ${{ steps.get_version.outputs.version-without-v }} --allow-same-version

- name: "Download build result"
uses: "actions/download-artifact@v1"
uses: "actions/download-artifact@v4"
with:
name: js-dist
path: dist
Expand Down

0 comments on commit 063e24c

Please sign in to comment.