From 0d0e22de61df3d78acb21a8e8ab3b9bb3f04414f Mon Sep 17 00:00:00 2001 From: icex2 Date: Mon, 9 Jun 2025 20:44:50 +0200 Subject: [PATCH] fix: Broken actions due to deprecation of download-artifact v2 This was required to be updated already in April as v2 is now fully unsupported by github --- .github/workflows/build-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tag.yaml b/.github/workflows/build-tag.yaml index 2ff9250..882d7f3 100644 --- a/.github/workflows/build-tag.yaml +++ b/.github/workflows/build-tag.yaml @@ -49,7 +49,7 @@ jobs: steps: # This already extracts the contents of the artifact - name: "Download artifact" - uses: "actions/download-artifact@v2" + uses: "actions/download-artifact@v4" with: name: bemanitools-${{ github.sha }}