mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-22 16:34:01 -05:00
fix: Update upload-artifact from v2 to v4 to address deprecation
Some checks failed
Build bemanitools / build (push) Has been cancelled
Some checks failed
Build bemanitools / build (push) Has been cancelled
v2 was deprecated a while ago and actions don't support it since end of June. Migration to v4 is required to enable github actions again
This commit is contained in:
2
.github/workflows/build-master.yaml
vendored
2
.github/workflows/build-master.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
cd ..
|
||||
|
||||
- name: "Upload artifact"
|
||||
uses: "actions/upload-artifact@v2"
|
||||
uses: "actions/upload-artifact@v4"
|
||||
with:
|
||||
name: bemanitools-${{ github.sha }}
|
||||
retention-days: 90
|
||||
|
||||
2
.github/workflows/build-tag.yaml
vendored
2
.github/workflows/build-tag.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
cd ..
|
||||
|
||||
- name: "Upload artifact"
|
||||
uses: "actions/upload-artifact@v2"
|
||||
uses: "actions/upload-artifact@v4"
|
||||
with:
|
||||
name: bemanitools-${{ github.sha }}
|
||||
retention-days: 90
|
||||
|
||||
Reference in New Issue
Block a user