|
@@ -143,7 +143,7 @@ jobs:
|
|
|
env:
|
|
|
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
|
|
|
- name: Upload tarball artifact
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: ${{ github.ref_name }}
|
|
|
path: ${{ steps.pack.outputs.tarball }}
|
|
@@ -170,9 +170,7 @@ jobs:
|
|
|
- uses: actions/checkout@v4
|
|
|
- name: Download tarball artifact
|
|
|
id: artifact
|
|
|
- # Replace with actions/upload-artifact@v3 when
|
|
|
- # https://github.com/actions/download-artifact/pull/194 gets released
|
|
|
- uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ github.ref_name }}
|
|
|
- name: Check integrity
|