Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
classfilters: -*Settings
- name: Upload coverage report
if: (!cancelled())
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coverage-ci
path: coverage-ci
- name: Upload coverage history
if: (!cancelled())
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coverage-history-ci
path: coverage-history-ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
classfilters: -*Settings
- name: Upload coverage report
if: (!cancelled())
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coverage-release
path: coverage-release
- name: Upload coverage history
if: (!cancelled())
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: coverage-history-release
path: coverage-history-release
Expand Down