Skip to content

Commit

Permalink
Update github actions references
Browse files Browse the repository at this point in the history
Make the changes suggested by dependabot to use newer actions runners.

Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed Jul 7, 2024
1 parent 7c178a3 commit 9784cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: test
Expand All @@ -33,7 +33,7 @@ jobs:
fi
- name: upload failed tests' directories
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: failed-${{ matrix.os }}
path: failed

0 comments on commit 9784cbc

Please sign in to comment.