mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-17 11:56:46 +00:00
Upgrade to github actions v4
This commit is contained in:
parent
fc3c85581c
commit
d4709b63c0
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
|
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
- name: Restore Nim DLLs dependencies (Windows) from cache
|
- name: Restore Nim DLLs dependencies (Windows) from cache
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
id: windows-dlls-cache
|
id: windows-dlls-cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: external/dlls-${{ matrix.target.cpu }}
|
path: external/dlls-${{ matrix.target.cpu }}
|
||||||
key: 'dlls-${{ matrix.target.cpu }}'
|
key: 'dlls-${{ matrix.target.cpu }}'
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -262,7 +262,7 @@ jobs:
|
|||||||
kill $server
|
kill $server
|
||||||
|
|
||||||
- name: Upload Autobahn result
|
- name: Upload Autobahn result
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: autobahn-report
|
name: autobahn-report
|
||||||
path: ./autobahn/reports
|
path: ./autobahn/reports
|
||||||
@ -279,7 +279,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Autobahn reports
|
- name: Download Autobahn reports
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: autobahn-report
|
name: autobahn-report
|
||||||
path: ./autobahn_reports
|
path: ./autobahn_reports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user