From 12156f4b2560aeae15e299307e871146c79efc38 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 15 Dec 2023 01:23:01 +0100 Subject: [PATCH] chore(deps): update all dependencies to v4 (#232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies to v4 * 🦉 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 --- .github/workflows/unittest-prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-prerelease.yml b/.github/workflows/unittest-prerelease.yml index 0578712..9d30c75 100644 --- a/.github/workflows/unittest-prerelease.yml +++ b/.github/workflows/unittest-prerelease.yml @@ -26,7 +26,7 @@ jobs: run: | nox -s unit_prerelease - name: Upload coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-artifacts path: .coverage-${{ matrix.python }}