Skip to content

Commit

Permalink
Downgrade upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Feb 4, 2024
1 parent 2677b61 commit cf7c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Dry run publish
run: pnpm -r publish --dry-run

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: dists
path: ./**/dist/*

0 comments on commit cf7c666

Please sign in to comment.