Skip to content

Commit c7fb459

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42371f1 commit c7fb459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
fi
7373
7474
- name: Upload coverage.xml
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: coverage-${{ matrix.python-version }}
7878
path: coverage.xml
7979

8080
- name: Upload coverage HTML
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: coverage-html-${{ matrix.python-version }}
8484
path: htmlcov
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Upload security reports
127127
if: always()
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: security-reports
131131
path: |
@@ -158,7 +158,7 @@ jobs:
158158
run: uv run sphinx-build -b html docs docs/_build/html
159159

160160
- name: Upload documentation artifacts
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v5
162162
with:
163163
name: documentation
164164
path: docs/_build/html

0 commit comments

Comments
 (0)