mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-02-19 03:54:23 +01:00
fix: Update upload-artifact from v2 to v4 to address deprecation
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:
parent
50aa6226a3
commit
844286fde0
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user