Skip to content

Commit

Permalink
Upgrade github action setup-python to v3 and up/dn artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 23, 2024
1 parent deab188 commit 98982bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98982bb

Please sign in to comment.