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 @@ -114,7 +114,7 @@ jobs:
114114
115115 # Store the docs as a build artifact so we can deploy it later
116116 - name : Upload HTML documentation as an artifact
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v6
118118 with :
119119 name : docs-${{ github.sha }}
120120 path : doc/_build/html
Original file line number Diff line number Diff line change 7979 - name : Upload archives as artifacts
8080 # Only if not a pull request
8181 if : success() && github.event_name != 'pull_request'
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v6
8383 with :
8484 name : pypi-${{ github.sha }}
8585 path : dist
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 run : coverage xml
154154
155155 - name : Upload coverage report as an artifact
156- uses : actions/upload-artifact@v4
156+ uses : actions/upload-artifact@v6
157157 with :
158158 name : coverage_${{ matrix.os }}_${{ matrix.dependencies }}
159159 path : ./coverage.xml
You can’t perform that action at this time.
0 commit comments