From 6bd25e8240eb3cfe1a8ae6a20ab6ab6ef97196c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:36:21 +0000 Subject: [PATCH] :arrow_up: Update actions/download-artifact action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc88aeb..d7bee49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.0.0 with: # Artifact name name: claptrap_jar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5af1ae..e191698 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.0.0 with: # Artifact name name: claptrap_jar