From 0539f5ce9886857784dc1fd34536c390720d970c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:09:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 800600c..89b5bbb 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -73,7 +73,7 @@ jobs: # Download wheels artifact #---------------------------------------------- - name: Download wheels artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pprof path: dist @@ -125,7 +125,7 @@ jobs: # Download wheels artifact #---------------------------------------------- - name: Download wheels artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pprof path: dist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e7c75b0..488f187 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -131,7 +131,7 @@ jobs: # Download coverage artifact #---------------------------------------------- - name: Download coverage - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage #----------------------------------------------