File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:5d8da01438ece4021d135433f2cf3227aa39ef0eaccc941d62aa35e6902832ae
16
+ digest : sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3
Original file line number Diff line number Diff line change 26
26
run : |
27
27
nox -s unit-${{ matrix.python }}
28
28
- name : Upload coverage results
29
- uses : actions/upload-artifact@v2
29
+ uses : actions/upload-artifact@v3
30
30
with :
31
31
name : coverage-artifacts
32
32
path : .coverage-${{ matrix.python }}
47
47
python -m pip install --upgrade setuptools pip wheel
48
48
python -m pip install coverage
49
49
- name : Download coverage results
50
- uses : actions/download-artifact@v2
50
+ uses : actions/download-artifact@v3
51
51
with :
52
52
name : coverage-artifacts
53
53
path : .coverage-results/
You can’t perform that action at this time.
0 commit comments