mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-05 15:13:10 +00:00
Upgrade github action setup-python to v3 and up/dn artifact to v3
This commit is contained in:
parent
deab188317
commit
98982bb52e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user