Skip to content

Commit

Permalink
chore(github): use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Feb 5, 2025
1 parent a276d0b commit 4b07b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm run build:release
- name: Archive build output
if: github.event_name != 'merge_group'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-results
path: dist
Expand Down

0 comments on commit 4b07b99

Please sign in to comment.