Upgrade to github actions v4

This commit is contained in:
jangko 2024-01-27 15:30:44 +07:00
parent 4d541ec434
commit e84cfd7061
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -48,7 +48,7 @@ jobs:
continue-on-error: ${{ matrix.branch == 'devel' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
@ -94,7 +94,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 }}'