Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ivangabriele committed Jun 8, 2024
1 parent d8a9b70 commit 94fd70b
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 @@ -23,7 +23,7 @@ jobs:
- name: Build
run: yarn release:deb
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-release-deb
path: src-tauri/target/release/bundle/deb/*.deb
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Build
run: yarn release:dmg
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-release-dmg
path: src-tauri/target/release/bundle/dmg/*.dmg
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Build
run: yarn release:msi
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-release-msi
path: src-tauri/target/release/bundle/msi/*.msi
Expand Down

0 comments on commit 94fd70b

Please sign in to comment.