1 parent 800ad50 commit 4a43fcaCopy full SHA for 4a43fca
1 file changed
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
.\build_installer.ps1
54
55
- name: Upload workflow artifact
56
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
57
with:
58
name: FormulaOCR-Windows-Installer
59
path: |
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Publish GitHub Release assets
65
if: startsWith(github.ref, 'refs/tags/')
66
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
67
68
generate_release_notes: true
69
files: |
0 commit comments