Skip to content

Commit 4a43fca

Browse files
committed
Update release actions runtime
1 parent 800ad50 commit 4a43fca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
.\build_installer.ps1
5454
5555
- name: Upload workflow artifact
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: FormulaOCR-Windows-Installer
5959
path: |
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Publish GitHub Release assets
6565
if: startsWith(github.ref, 'refs/tags/')
66-
uses: softprops/action-gh-release@v2
66+
uses: softprops/action-gh-release@v3
6767
with:
6868
generate_release_notes: true
6969
files: |

0 commit comments

Comments
 (0)