Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 14, 2022
1 parent 1e238fb commit f07d746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
python-version: 3.8

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Storing Test Failure Artifacts
if: failure()
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: apitests_output
path: ./tests/apitests_output

0 comments on commit f07d746

Please sign in to comment.