File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
run : |
50
50
strip ppx-linux
51
51
- name : Upload PPX artifact
52
- uses : actions/upload-artifact@v2
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : ppx-linux
55
55
path : packages/rescript-relay/rescript-relay-ppx/ppx-*
90
90
run : |
91
91
cp _build/default/bin/RescriptRelayPpxApp.exe ppx-${{ matrix.platform }}
92
92
- name : Upload PPX artifact ${{ matrix.platform }}
93
- uses : actions/upload-artifact@v2
93
+ uses : actions/upload-artifact@v4
94
94
with :
95
95
name : ppx-${{ matrix.platform }}
96
96
path : packages/rescript-relay/rescript-relay-ppx/ppx-*
@@ -141,7 +141,7 @@ jobs:
141
141
command : build
142
142
# add --locked back when we have a better way to ensure it's up to date
143
143
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
145
145
with :
146
146
name : ${{ matrix.target.artifact-name }}
147
147
path : packages/relay/compiler/target/${{ matrix.target.target }}/release/${{ matrix.target.build-name }}
@@ -244,7 +244,7 @@ jobs:
244
244
relay-compiler-macos-arm64
245
245
relay-compiler-linux-musl
246
246
- name : Upload built folder
247
- uses : actions/upload-artifact@v2
247
+ uses : actions/upload-artifact@v4
248
248
with :
249
249
name : release-build
250
250
path : _release/
Original file line number Diff line number Diff line change 48
48
run : |
49
49
strip ppx-linux
50
50
- name : Upload PPX artifact
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : ppx-${{ matrix.platform }}
54
54
path : packages/rescript-relay/rescript-relay-ppx/ppx-*
80
80
run : |
81
81
strip _build/default/bin/RescriptRelayPpxApp.exe
82
82
- name : Upload PPX artifact ${{ matrix.platform }}
83
- uses : actions/upload-artifact@v2
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
name : ppx-${{ matrix.platform }}
86
86
path : packages/rescript-relay/rescript-relay-ppx/_build/default/bin/RescriptRelayPpxApp.exe
You can’t perform that action at this time.
0 commit comments