Skip to content

Commit 7114af3

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update actions/upload-artifact action to v4
1 parent ff0c11b commit 7114af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TOXENV: docs
3535
run: tox
3636
- name: Archive generated docs
37-
uses: actions/upload-artifact@v3.1.3
37+
uses: actions/upload-artifact@v4.0.0
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
pip install -r requirements-test.txt
120120
- name: Build package
121121
run: python -m build -o dist/
122-
- uses: actions/upload-artifact@v3.1.3
122+
- uses: actions/upload-artifact@v4.0.0
123123
with:
124124
name: dist
125125
path: dist

0 commit comments

Comments
 (0)