Skip to content

Commit 186cae7

Browse files
DEV: Update GitHub artifacts to v3
1 parent 34520ab commit 186cae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

3333
- name: Cache Python dependencies
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
with:
3636
path: ~/.cache/pip
3737
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
@@ -64,7 +64,7 @@ jobs:
6464
run: pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml
6565

6666
- name: Upload coverage to artifacts
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v3
6868
with:
6969
name: coverage
7070
path: coverage.xml
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v4
7777
- name: Download all coverage reports
78-
uses: actions/download-artifact@v4
78+
uses: actions/download-artifact@v3
7979
- name: Upload to Codecov
8080
uses: codecov/codecov-action@v4
8181
with:

0 commit comments

Comments
 (0)