Skip to content

Commit fd9f8d9

Browse files
committed
up actions
1 parent 086db1a commit fd9f8d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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-*
@@ -90,7 +90,7 @@ jobs:
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/

.github/workflows/ppx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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-*
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)