Skip to content

Commit 7b16cfa

Browse files
committed
chore: update upload artifactory package
1 parent 37cde07 commit 7b16cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: bash buildApp.sh ${{github.ref_name}}
5252

5353
- name: Upload zip
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: macArtifact
5757
retention-days: 1
@@ -79,7 +79,7 @@ jobs:
7979
powershell .\buildApp.ps1
8080
8181
- name: Upload zip
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: winArtifact
8585
retention-days: 1

0 commit comments

Comments
 (0)