File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 - name : Build
7979 run : npm run build:linux
8080 - name : CI Artifact for AppImage
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : electronim-linux-x86_64.AppImage
8484 path : dist/electronim-linux-x86_64.AppImage
@@ -123,12 +123,12 @@ jobs:
123123 choco pack --version=$(node -p "require('./package').version") build-config/electronim.nuspec
124124 choco install electronim -dvy -s .
125125 - name : CI Artifact for exe
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : electronim-win-x64.exe
129129 path : dist/electronim-win-x64.exe
130130 - name : CI Artifact for msi
131- uses : actions/upload-artifact@v4
131+ uses : actions/upload-artifact@v5
132132 with :
133133 name : electronim-win-x64.msi
134134 path : dist/electronim-win-x64.msi
You can’t perform that action at this time.
0 commit comments