fix: downgrade actions/upload-artifact and actions/download-artifact to v3 in workflows
Some checks failed
Build Windows Avalonia / build (push) Failing after 1m46s
Some checks failed
Build Windows Avalonia / build (push) Failing after 1m46s
This commit is contained in:
parent
3fea86fa78
commit
64525f5ead
3 changed files with 6 additions and 6 deletions
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload publish artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: artifacts/publish/${{ matrix.runtime }}
|
||||
|
|
@ -102,13 +102,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Download Windows artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: catalog-lite-win-x64
|
||||
path: artifacts/release/win-x64
|
||||
|
||||
- name: Download Linux artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: catalog-lite-linux-x64
|
||||
path: artifacts/release/linux-x64
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload publish artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
path: ${{ env.PUBLISH_DIR }}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload publish artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
path: ${{ env.PUBLISH_DIR }}
|
||||
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Download publish artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
path: artifacts/release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue