Upgrade to github actions v4

This commit is contained in:
jangko 2024-01-27 15:10:11 +07:00
parent fc3c85581c
commit d4709b63c0
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ jobs:
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
@ -102,7 +102,7 @@ jobs:
- name: Restore Nim DLLs dependencies (Windows) from cache
if: runner.os == 'Windows'
id: windows-dlls-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: external/dlls-${{ matrix.target.cpu }}
key: 'dlls-${{ matrix.target.cpu }}'
@ -183,7 +183,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
@ -262,7 +262,7 @@ jobs:
kill $server
- name: Upload Autobahn result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: autobahn-report
path: ./autobahn/reports
@ -279,7 +279,7 @@ jobs:
steps:
- name: Download Autobahn reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: autobahn-report
path: ./autobahn_reports