Skip to content

Commit 650ffb8

Browse files
chore(deps): update github artifact actions
1 parent ff34530 commit 650ffb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.os == 'ubuntu-latest'
6161

6262
- name: Store coverage report
63-
uses: actions/upload-artifact@v4.6.2
63+
uses: actions/upload-artifact@v5.0.0
6464
if: matrix.os == 'ubuntu-latest'
6565
with:
6666
name: coverage-${{ matrix.python }}
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
python-version: "3.12"
116116
- name: Download coverage reports
117-
uses: actions/download-artifact@v5.0.0
117+
uses: actions/download-artifact@v6.0.0
118118
with:
119119
merge-multiple: true
120120

@@ -139,7 +139,7 @@ jobs:
139139
.venv/bin/python -m coverage report --fail-under=100
140140
141141
- name: Upload HTML report if check failed.
142-
uses: actions/upload-artifact@v4.6.2
142+
uses: actions/upload-artifact@v5.0.0
143143
with:
144144
name: html-report
145145
path: htmlcov

0 commit comments

Comments
 (0)