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 @@ -111,7 +111,7 @@ jobs:
111111
112112 # Store the docs as a build artifact so we can deploy it later
113113 - name : Upload HTML documentation as an artifact
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 with :
116116 name : docs-${{ github.sha }}
117117 path : doc/_build/html
Original file line number Diff line number Diff line change 7171 - name : Upload archives as artifacts
7272 # Only if not a pull request
7373 if : success() && github.event_name != 'pull_request'
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : pypi-${{ github.sha }}
7777 path : dist
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 run : coverage xml
134134
135135 - name : Upload coverage as artifact
136- uses : actions/upload-artifact@v4
136+ uses : actions/upload-artifact@v5
137137 with :
138138 name : coverage_${{ matrix.os }}_${{ matrix.dependencies }}
139139 path : ./coverage.xml
You can’t perform that action at this time.
0 commit comments