Skip to content

Commit dffa0df

Browse files
Merge pull request #336 from nasa/dependabot/github_actions/develop/gha-dependencies-a1c1751f74
Bump the gha-dependencies group across 1 directory with 2 updates
2 parents 5e2afe4 + 743e8ab commit dffa0df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uv run coverage report
6767
6868
- name: Upload coverage reports to Codecov
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v6
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: build/reports/coverage${{ matrix.python-version }}.xml

.github/workflows/version-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: uv build
9090

9191
- name: Upload Python artifact
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: python-artifact
9595
path: dist/*

0 commit comments

Comments
 (0)