Skip to content

Commit

Permalink
Merge pull request #1275 from EhTagTranslation/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
OpportunityLiu authored Feb 5, 2024
2 parents 1eea705 + bda57e0 commit 83bfbee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: pnpm build:tool
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tool
path: ./dist/tool
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build
run: pnpm build:server
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: server
path: ./dist
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build
run: pnpm build:browser
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: browser
path: ./dist/browser
Expand Down

0 comments on commit 83bfbee

Please sign in to comment.