Skip to content

Commit 12f7667

Browse files
chore(deps): update all dependencies (#367)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 319c026 commit 12f7667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
nox -s unit${{ matrix.option }}-${{ matrix.python }}
4444
- name: Upload coverage results
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v3
4646
with:
4747
name: coverage-artifacts
4848
path: .coverage${{ matrix.option }}-${{ matrix.python }}
@@ -64,7 +64,7 @@ jobs:
6464
python -m pip install --upgrade setuptools pip wheel
6565
python -m pip install coverage
6666
- name: Download coverage results
67-
uses: actions/download-artifact@v2
67+
uses: actions/download-artifact@v3
6868
with:
6969
name: coverage-artifacts
7070
path: .coverage-results/

0 commit comments

Comments
 (0)