From 98982bb52e921b654337f9756c2bd5701c45d5b7 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 23 Jan 2024 11:23:11 +0700 Subject: [PATCH] Upgrade github action setup-python to v3 and up/dn artifact to v3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c7345b31..7ede24f169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,7 @@ jobs: echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH - name: Setup Python version - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: pypy-2.7 @@ -262,7 +262,7 @@ jobs: kill $server - name: Upload Autobahn result - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: autobahn-report path: ./autobahn/reports @@ -279,7 +279,7 @@ jobs: steps: - name: Download Autobahn reports - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: autobahn-report path: ./autobahn_reports