Skip to content

Commit 77187dd

Browse files
committed
ci: update actions in test.yml
1 parent d9ecc3d commit 77187dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- pypy-3.7
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v1
27+
uses: actions/checkout@v5
2828
- name: Setup Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Update pip
@@ -36,7 +36,7 @@ jobs:
3636
- name: Test with tox
3737
run: python -m tox
3838
- name: Store partial coverage reports
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: coverage
4242
path: .coverage.*
@@ -46,15 +46,15 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@v1
49+
uses: actions/checkout@v5
5050
- name: Setup Python 3.10
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: '3.10'
5454
- name: Install coverage package
5555
run: python -m pip install -U coverage
5656
- name: Download partial coverage reports
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: coverage
6060
- name: Combine coverage
@@ -78,9 +78,9 @@ jobs:
7878
- codeformat
7979
steps:
8080
- name: Checkout code
81-
uses: actions/checkout@v1
81+
uses: actions/checkout@v5
8282
- name: Setup Python '3.10'
83-
uses: actions/setup-python@v2
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: '3.10'
8686
- name: Update pip

0 commit comments

Comments
 (0)