fix: Broken actions due to deprecation of download-artifact v2
Some checks failed
Build bemanitools / build (push) Has been cancelled

This was required to be updated already in April as v2 is now
fully unsupported by github
This commit is contained in:
icex2 2025-06-09 20:44:50 +02:00
parent db1f8ccda4
commit 0d0e22de61

View File

@ -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 }}