Skip to content

Commit 5300fe2

Browse files
committed
Bump upload-artifact version.
1 parent 2c6bec6 commit 5300fe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Report coverage
2929
run: ./.github/run.sh coverage report -m --skip-covered
3030

31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: VUnit_coverage
3434
path: htmlcov

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build docs
3333
run: tox -e py311-docs -- --color
3434

35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: VUnit-site
3838
path: .tox/py311-docs/tmp/docsbuild/

0 commit comments

Comments
 (0)