We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c1641 commit df8f536Copy full SHA for df8f536
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Make Installer
17
run: iscc.exe FlexConfirmMail.iss
18
- name: Upload Installer
19
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
20
with:
21
name: Installer
22
path: dest/*.exe
0 commit comments