Skip to content

Commit 0926e96

Browse files
author
José Molina
committed
Fix CI
1 parent 8d70cda commit 0926e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdir -p build
4040
cp target/production/mythos-node build/mythos-node-${{matrix.cpu}}
4141
- name: Upload binary
42-
uses: actions/upload-artifact@v3.1.2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: binaries
4545
path: build

.github/workflows/build-deterministic-runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: cp `dirname ${{ steps.srtool_build.outputs.wasm }}`/*.wasm ./
4646
- name: Archive Runtime
4747
if: github.event_name != 'release'
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: ${{ matrix.runtime }}-runtime-${{ github.sha }}
5151
path: |
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Archive Subwasm results
7373
if: github.event_name != 'release'
74-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
74+
uses: actions/upload-artifact@4
7575
with:
7676
name: ${{ matrix.runtime }}-info
7777
path: |

0 commit comments

Comments
 (0)