Skip to content

Commit

Permalink
Merge pull request #102 from caorushizi/feat/actions
Browse files Browse the repository at this point in the history
feat: ✨  update actions version
  • Loading branch information
caorushizi authored Feb 26, 2024
2 parents dcf8873 + 0431789 commit 08728b9
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 @@ -35,9 +35,9 @@ jobs:

# step2: install node env
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: 20

# step3: install go env
- name: Install Go
Expand All @@ -53,7 +53,7 @@ jobs:
python-version: "3.10"

# step5: install pnpm env
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
run_install: true
Expand All @@ -65,7 +65,7 @@ jobs:
APP_TD_APPID: ${{ secrets.APP_TD_APPID }}
APP_CLARITY_APPID: ${{ secrets.APP_CLARITY_APPID}}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: media-downloader-${{ matrix.os }}
path: packages/main/release/media-downloader-setup-*

0 comments on commit 08728b9

Please sign in to comment.