Skip to content

Commit 99152d3

Browse files
authored
Update GitHub actions (#56)
1 parent 1b9367b commit 99152d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3333

3434
steps:
35-
- uses: actions/checkout@v1
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 9
3838
submodules: false
3939

4040
- name: Use Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v4
41+
uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

@@ -63,7 +63,7 @@ jobs:
6363
black --check tests 2>&1
6464
6565
- name: Upload pytest test results
66-
uses: actions/upload-artifact@master
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: pytest-results-${{ matrix.python-version }}
6969
path: junit/pytest-results-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)