Skip to content

Commit

Permalink
Update ppx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstocks authored Sep 19, 2024
1 parent 498099a commit 44792e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ppx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
strip ppx-linux
- name: Upload PPX artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-${{ matrix.platform }}
path: packages/rescript-relay/rescript-relay-ppx/ppx-*
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
strip _build/default/bin/RescriptRelayPpxApp.exe
- name: Upload PPX artifact ${{ matrix.platform }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-${{ matrix.platform }}
path: packages/rescript-relay/rescript-relay-ppx/_build/default/bin/RescriptRelayPpxApp.exe
Expand Down

0 comments on commit 44792e3

Please sign in to comment.