Skip to content

Commit

Permalink
adjust actions/upload-artifact v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Dec 19, 2024
1 parent d2f4f05 commit a017c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run dist

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-win32
path: dist/OpenBlock-Desktop*.exe
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
npm run dist
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-darwin
path: dist/OpenBlock-Desktop*.dmg
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: npm run dist

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-linux
path: dist/OpenBlock-Desktop*.deb
Expand Down

0 comments on commit a017c13

Please sign in to comment.