Skip to content

Commit

Permalink
chore: update release GH worflow upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporwavie committed Jan 30, 2025
1 parent e9e4c59 commit 5e4d7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
cache: "pnpm"
registry-url: "https://registry.npmjs.org"

- name: Configure CI Git User
run: bash ./scripts/configure-git-user.sh
Expand All @@ -43,7 +43,7 @@ jobs:
run: pnpm build

- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit 5e4d7a8

Please sign in to comment.