We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcb428 commit 0c90344Copy full SHA for 0c90344
1 file changed
.github/workflows/build-and-push.yaml
@@ -48,7 +48,7 @@ jobs:
48
npx ch5-cli archive -p essentials-web-config-app-${{ inputs.version }} -d dist -o build
49
- name: Get release notes
50
if: inputs.newVersion == 'true'
51
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
52
with:
53
name: change-log
54
- name: Create Release
0 commit comments