Skip to content

Commit

Permalink
fix: mac build use upload artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 2, 2024
1 parent a94ab71 commit 049d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ls -l dist
(test -f dist/*.sha256sum && echo "EXISTS=true" >> $GITHUB_OUTPUT) || echo "EXISTS=false" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: steps.check_file.outputs.EXISTS == 'true'
with:
name: node${{ matrix.target-node }}-macos-x64
Expand Down

0 comments on commit 049d4b8

Please sign in to comment.