From 91861fb36646760419c63b7188af4460cf3ea09b Mon Sep 17 00:00:00 2001 From: Christophe Kamphaus Date: Tue, 5 Mar 2024 22:07:21 +0100 Subject: [PATCH] Update missing action/download-artifact to v4 This is needed to be able to get the uploaded artifacts. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94fb6e9..55dcb33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: "binaries" pattern: release-artifacts-*