Upgrade github action setup-python to v3 and up/dn artifact to v3
This commit is contained in:
parent
deab188317
commit
98982bb52e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue