We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f5cb2 commit 38e11adCopy full SHA for 38e11ad
synthtool/gcp/templates/python_library/.github/workflows/unittest.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
nox -s unit-${{ '{{' }} matrix.python {{ '}}' }}
28
- name: Upload coverage results
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
30
with:
31
name: coverage-artifacts
32
path: .coverage-${{ '{{' }} matrix.python {{ '}}' }}
@@ -47,7 +47,7 @@ jobs:
47
python -m pip install --upgrade setuptools pip wheel
48
python -m pip install coverage
49
- name: Download coverage results
50
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
51
52
53
path: .coverage-results/
0 commit comments