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