Skip to content

Commit

Permalink
⬆ Bump actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Feb 7, 2025
1 parent 3dd939e commit 16cd27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./utils/prepare-electron-builder.js
npm run build:linux
- name: CI Artifact for AppImage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: electronim-linux-x86_64.AppImage
path: dist/electronim-linux-x86_64.AppImage
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
choco pack --version=$(node -p "require('./package').version") build-config/electronim.nuspec
choco install electronim -dvy -s .
- name: CI Artifact for exe
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: electronim-win-x64.exe
path: dist/electronim-win-x64.exe
Expand Down

0 comments on commit 16cd27b

Please sign in to comment.