From d4709b63c0a58f7e76c2828d6065882edd22ca59 Mon Sep 17 00:00:00 2001 From: jangko Date: Sat, 27 Jan 2024 15:10:11 +0700 Subject: [PATCH] Upgrade to github actions v4 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ede24f169..86dd5a3f3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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