Skip to content

Commit 9b0f15d

Browse files
authored
Merge branch 'develop' into enh/fix-orientation-sensors
2 parents e476283 + 34520ab commit 9b0f15d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v2
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: coverage
7070
path: coverage.xml
@@ -75,9 +75,9 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v4
7777
- name: Download all coverage reports
78-
uses: actions/download-artifact@v2
78+
uses: actions/download-artifact@v4
7979
- name: Upload to Codecov
80-
uses: codecov/codecov-action@v2
80+
uses: codecov/codecov-action@v4
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
files: |

0 commit comments

Comments
 (0)