Downgrade upload-artifact action to v4 for compatibility
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
dotnet-target: "net9.0"
|
dotnet-target: "net9.0"
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user