Skip to content

Commit fa9c5b0

Browse files
authored
Merge branch 'main' into typing-extensions
2 parents e1fb4d5 + 7dd21fb commit fa9c5b0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
requirements**.txt
3737
pyproject.toml
3838
- run: uv pip install -r requirements-tests.txt
39-
- uses: actions/download-artifact@v5
39+
- uses: actions/download-artifact@v6
4040
with:
4141
name: coverage-html
4242
path: htmlcov

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
8080
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8181
- name: Store coverage files
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
8585
path: coverage
@@ -103,7 +103,7 @@ jobs:
103103
requirements**.txt
104104
pyproject.toml
105105
- name: Get coverage files
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
pattern: coverage-*
109109
path: coverage
@@ -121,7 +121,7 @@ jobs:
121121
- run: coverage report
122122
- run: coverage html --title "Coverage for ${{ github.sha }}"
123123
- name: Store coverage HTML
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v5
125125
with:
126126
name: coverage-html
127127
path: htmlcov

release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Latest Changes
44

5+
### Internal
6+
7+
* ⬆ Bump actions/upload-artifact from 4 to 5. PR [#14](https://github.com/fastapi/annotated-doc/pull/14) by [@dependabot[bot]](https://github.com/apps/dependabot).
8+
* ⬆ Bump actions/download-artifact from 5 to 6. PR [#13](https://github.com/fastapi/annotated-doc/pull/13) by [@dependabot[bot]](https://github.com/apps/dependabot).
9+
510
## 0.0.3
611

712
### Docs

0 commit comments

Comments
 (0)