Skip to content

Commit d465712

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents bbb6070 + e16219b commit d465712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
needs: [build]
8686
steps:
8787
- uses: actions/checkout@v6
88-
- uses: DavidAnson/markdownlint-cli2-action@v20
88+
- uses: DavidAnson/markdownlint-cli2-action@v21
8989
with:
9090
globs: |
9191
README.md
@@ -139,7 +139,7 @@ jobs:
139139
- name: Create coverage HTML report
140140
run: python -m coverage html --directory "./build/htmlcov"
141141
- name: Upload coverage report artifact
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v5
143143
with:
144144
name: HTML coverage report
145145
path: build/htmlcov
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install dependencies
159159
run: pip install -U -e ".[all]"
160160
- name: Download coverage report artifact
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v6
162162
with:
163163
name: HTML coverage report
164164
path: build/htmlcov

0 commit comments

Comments
 (0)