Skip to content

Commit 3d5cdba

Browse files
committed
fix: use gh actions upload/download v4, #141
1 parent 2735e35 commit 3d5cdba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@ jobs:
7979
dir
8080
8181
- name: Archive Development Artifact
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: dist
85-
path: |
86-
app/dist/ph-regions-win.exe
87-
app/dist/ph-provinces-win.exe
85+
path: app/dist/
8886
retention-days: 1
8987

9088
release:
@@ -94,7 +92,7 @@ jobs:
9492
runs-on: ubuntu-latest
9593
steps:
9694
- name: Download Artifact
97-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9896
with:
9997
name: dist
10098

0 commit comments

Comments
 (0)