1
0
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:
icex2 2025-02-08 23:59:23 +01:00
parent 50aa6226a3
commit 844286fde0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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