Skip to content

Commit 01c88f0

Browse files
committed
Update github action versions
1 parent 5a94e65 commit 01c88f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: '3.10'
2727
- name: Clone
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929
- name: Install pip and pytest
3030
run: |
3131
apt-get update
@@ -39,12 +39,12 @@ jobs:
3939
- name: Run tests and capture output
4040
run: pytest -vv
4141
- name: Upload test output as artifact
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: test-output
4545
path: test_output.txt
4646
- name: Upload markdown report as artifact
47-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: report.md
5050
path: report.md

0 commit comments

Comments
 (0)