We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abfe74 commit 7badd7aCopy full SHA for 7badd7a
.github/workflows/test-jast.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python 3.12
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
20
with:
21
python-version: "3.12"
22
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python3 -m pytest --html=report.html --self-contained-html --cov-report xml:coverage.xml --cov-report term --cov-config=.coveragerc --cov=jast tests/
30
python3 -m coverage lcov
31
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
32
33
name: Test Report
34
path: report.html
0 commit comments