Upgrade github action setup-python to v3 and up/dn artifact to v3

This commit is contained in:
jangko 2024-01-23 11:23:11 +07:00
parent deab188317
commit 98982bb52e
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ jobs:
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
- name: Setup Python version - name: Setup Python version
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: pypy-2.7 python-version: pypy-2.7
@ -262,7 +262,7 @@ jobs:
kill $server kill $server
- name: Upload Autobahn result - name: Upload Autobahn result
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
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@v2 uses: actions/download-artifact@v3
with: with:
name: autobahn-report name: autobahn-report
path: ./autobahn_reports path: ./autobahn_reports