Skip to content

Commit 0c90344

Browse files
committed
feat: update download-artifact action to v4 in build-and-push workflow
1 parent dfcb428 commit 0c90344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npx ch5-cli archive -p essentials-web-config-app-${{ inputs.version }} -d dist -o build
4949
- name: Get release notes
5050
if: inputs.newVersion == 'true'
51-
uses: actions/download-artifact@v3
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: change-log
5454
- name: Create Release

0 commit comments

Comments
 (0)