Skip to content

Commit

Permalink
chore: upgrade github upload artifacts version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aineo committed Jun 19, 2024
1 parent 8cd6a55 commit 3c337e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run electron:build
- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: electron-release-app
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
npm run electron:build
- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: electron-release-app
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electron-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run electron:build
- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: electron-release-app
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
npm run build
- name: Archive artifacts 📁
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist

Expand Down

0 comments on commit 3c337e3

Please sign in to comment.