From 7a4f813c30cced26cd165d3b5701acbb4a505035 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:18:31 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 58eb35c..98c39c0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,7 +24,7 @@ jobs: - name: Install yq run: | sudo snap install yq - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: rock