Skip to content

Commit ff1c627

Browse files
author
dillon
committed
fixing version for pipeline
1 parent 6bdbf39 commit ff1c627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Python
1818
uses: actions/setup-python@v4
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m pytest --cov=. --cov-report=xml --cov-report=term-missing test_runner.py -v
3030

3131
- name: Upload coverage report
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: coverage-report
3535
path: coverage.xml

0 commit comments

Comments
 (0)