Skip to content

Commit a54a2c9

Browse files
Use newer version of upload-artifact
1 parent f67b294 commit a54a2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build application installer
4343
run: cpack --preset windows-release-installer
4444
- name: Upload application installer
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: reflectcpp-installer
4848
path: build/*.msi

0 commit comments

Comments
 (0)