Skip to content

Commit 8f3b013

Browse files
authored
Merge pull request #284 from Czarified/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents b473f61 + 50777ec commit 8f3b013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ jobs:
9393
9494
- name: Upload coverage data
9595
if: always() && matrix.session == 'tests'
96-
uses: "actions/upload-artifact@v3"
96+
uses: "actions/upload-artifact@v4"
9797
with:
9898
name: coverage-data
9999
path: ".coverage.*"
100100

101101
- name: Upload documentation
102102
if: matrix.session == 'docs-build'
103-
uses: actions/upload-artifact@v3
103+
uses: actions/upload-artifact@v4
104104
with:
105105
name: docs
106106
path: docs/_build

0 commit comments

Comments
 (0)