File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 run : |
5050 strip ppx-linux
5151 - name : Upload PPX artifact
52- uses : actions/upload-artifact@v2
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : ppx-linux
5555 path : packages/rescript-relay/rescript-relay-ppx/ppx-*
9090 run : |
9191 cp _build/default/bin/RescriptRelayPpxApp.exe ppx-${{ matrix.platform }}
9292 - name : Upload PPX artifact ${{ matrix.platform }}
93- uses : actions/upload-artifact@v2
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : ppx-${{ matrix.platform }}
9696 path : packages/rescript-relay/rescript-relay-ppx/ppx-*
@@ -141,7 +141,7 @@ jobs:
141141 command : build
142142 # add --locked back when we have a better way to ensure it's up to date
143143 args : --manifest-path=packages/relay/compiler/Cargo.toml --release --target ${{ matrix.target.target }} ${{ matrix.target.features && '--features' }} ${{ matrix.target.features }}
144- - uses : actions/upload-artifact@v2
144+ - uses : actions/upload-artifact@v4
145145 with :
146146 name : ${{ matrix.target.artifact-name }}
147147 path : packages/relay/compiler/target/${{ matrix.target.target }}/release/${{ matrix.target.build-name }}
@@ -244,7 +244,7 @@ jobs:
244244 relay-compiler-macos-arm64
245245 relay-compiler-linux-musl
246246 - name : Upload built folder
247- uses : actions/upload-artifact@v2
247+ uses : actions/upload-artifact@v4
248248 with :
249249 name : release-build
250250 path : _release/
Original file line number Diff line number Diff line change 4848 run : |
4949 strip ppx-linux
5050 - name : Upload PPX artifact
51- uses : actions/upload-artifact@v2
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : ppx-${{ matrix.platform }}
5454 path : packages/rescript-relay/rescript-relay-ppx/ppx-*
8080 run : |
8181 strip _build/default/bin/RescriptRelayPpxApp.exe
8282 - name : Upload PPX artifact ${{ matrix.platform }}
83- uses : actions/upload-artifact@v2
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : ppx-${{ matrix.platform }}
8686 path : packages/rescript-relay/rescript-relay-ppx/_build/default/bin/RescriptRelayPpxApp.exe
You can’t perform that action at this time.
0 commit comments