Skip to content

Commit 7badd7a

Browse files
committed
updated actions version v4
1 parent 2abfe74 commit 7badd7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-jast.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python 3.12
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: "3.12"
2222
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python3 -m pytest --html=report.html --self-contained-html --cov-report xml:coverage.xml --cov-report term --cov-config=.coveragerc --cov=jast tests/
3030
python3 -m coverage lcov
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: Test Report
3434
path: report.html

0 commit comments

Comments
 (0)