From 773683d28df3b3f221614444d41adcaf029fc7ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:06:40 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bdf39b3b..f9a769c7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries path: build/install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8607ce67..c3f3bdb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,12 +52,12 @@ jobs: uses: sigstore/cosign-installer@main - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries path: build/install - name: Download distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: distribution path: build/distributions @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v4 - name: Download distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: distribution path: build/distributions @@ -150,7 +150,7 @@ jobs: java-version: 19 - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries path: build/install