Skip to content

Commit 1e72c36

Browse files
authored
Update python-test.yml
1 parent fd4a21d commit 1e72c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
python-version: ["3.12"] # Test on a few Python versions
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Upload test outputs
3535
if: always() # Always run this step to upload artifacts, even if tests fail, to help debugging
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: test-outputs-python-${{ matrix.python-version }}
3939
path: test_output/

0 commit comments

Comments
 (0)