mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05:00
fix: Broken actions due to deprecation of download-artifact v2
Some checks failed
Build bemanitools / build (push) Has been cancelled
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:
parent
db1f8ccda4
commit
0d0e22de61
2
.github/workflows/build-tag.yaml
vendored
2
.github/workflows/build-tag.yaml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user