From 3199fe5b6f400d226709fa479787f15dbe2e229c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:46:50 +0000 Subject: [PATCH] build(deps): 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/prbuild.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prbuild.yaml b/.github/workflows/prbuild.yaml index 085d4216a43..fe1089e4134 100644 --- a/.github/workflows/prbuild.yaml +++ b/.github/workflows/prbuild.yaml @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image @@ -204,7 +204,7 @@ jobs: # recent release tag. fetch-depth: 0 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image @@ -336,7 +336,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image