Update actions/download-artifact digest to v3 (#4795)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
6
.github/workflows/release-cycle.yml
vendored
6
.github/workflows/release-cycle.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
|
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
|
||||||
- name: Upload tarball artifact
|
- name: Upload tarball artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
path: ${{ steps.pack.outputs.tarball }}
|
path: ${{ steps.pack.outputs.tarball }}
|
||||||
@ -170,9 +170,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Download tarball artifact
|
- name: Download tarball artifact
|
||||||
id: artifact
|
id: artifact
|
||||||
# Replace with actions/upload-artifact@v3 when
|
uses: actions/download-artifact@v4
|
||||||
# https://github.com/actions/download-artifact/pull/194 gets released
|
|
||||||
uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b
|
|
||||||
with:
|
with:
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
- name: Check integrity
|
- name: Check integrity
|
||||||
|
|||||||
Reference in New Issue
Block a user