File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 # Store the docs as a build artifact so we can deploy it later
130130 - name : Upload HTML documentation as an artifact
131131 if : success()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : docs-${{ github.sha }}
135135 path : doc/_build/html
Original file line number Diff line number Diff line change 8181 - name : Upload archives as artifacts
8282 # Only if not a pull request
8383 if : success() && github.event_name != 'pull_request'
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : pypi-${{ github.sha }}
8787 path : dist
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 run : coverage xml
151151
152152 - name : Upload coverage report as an artifact
153- uses : actions/upload-artifact@v4
153+ uses : actions/upload-artifact@v5
154154 with :
155155 name : coverage_${{ matrix.os }}_${{ matrix.dependencies }}
156156 path : ./coverage.xml
You can’t perform that action at this time.
0 commit comments