Skip to content

Commit 38e11ad

Browse files
authored
chore(deps): update actions/download-artifact action to v3 (#1366)
chore(deps): update actions/upload-artifact action to v3
1 parent 82f5cb2 commit 38e11ad

File tree

1 file changed

+2
-2
lines changed
  • synthtool/gcp/templates/python_library/.github/workflows

1 file changed

+2
-2
lines changed

synthtool/gcp/templates/python_library/.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
nox -s unit-${{ '{{' }} matrix.python {{ '}}' }}
2828
- name: Upload coverage results
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: coverage-artifacts
3232
path: .coverage-${{ '{{' }} matrix.python {{ '}}' }}
@@ -47,7 +47,7 @@ jobs:
4747
python -m pip install --upgrade setuptools pip wheel
4848
python -m pip install coverage
4949
- name: Download coverage results
50-
uses: actions/download-artifact@v2
50+
uses: actions/download-artifact@v3
5151
with:
5252
name: coverage-artifacts
5353
path: .coverage-results/

0 commit comments

Comments
 (0)