runner v5
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
|||||||
mv "/tmp/${RELEASE_FILE}" "${RELEASE_FILE}"
|
mv "/tmp/${RELEASE_FILE}" "${RELEASE_FILE}"
|
||||||
|
|
||||||
- name: Upload release artifact
|
- name: Upload release artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_NAME }}
|
name: ${{ env.ARTIFACT_NAME }}
|
||||||
path: ${{ env.RELEASE_FILE }}
|
path: ${{ env.RELEASE_FILE }}
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download release artifact
|
- name: Download release artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_NAME }}
|
name: ${{ env.ARTIFACT_NAME }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user