Skip to content

Commit a4b98bc

Browse files
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>
1 parent a80563c commit a4b98bc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-cycle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
env:
144144
PRERELEASE: ${{ needs.state.outputs.is_prerelease }}
145145
- name: Upload tarball artifact
146-
uses: actions/upload-artifact@v3
146+
uses: actions/upload-artifact@v4
147147
with:
148148
name: ${{ github.ref_name }}
149149
path: ${{ steps.pack.outputs.tarball }}
@@ -170,9 +170,7 @@ jobs:
170170
- uses: actions/checkout@v4
171171
- name: Download tarball artifact
172172
id: artifact
173-
# Replace with actions/upload-artifact@v3 when
174-
# https://github.com/actions/download-artifact/pull/194 gets released
175-
uses: actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b
173+
uses: actions/download-artifact@v4
176174
with:
177175
name: ${{ github.ref_name }}
178176
- name: Check integrity

0 commit comments

Comments
 (0)