Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abbb964

Browse files
committed
CI: use upload-artifact@v4
1 parent 23be8c3 commit abbb964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: ${{ env.build_dir }}
3737
run: cmake --build . --target package --verbose
3838
- name: Upload AppImage
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: Linux executable
4242
path: ${{ env.build_dir }}/tev.appimage
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: scripts/create-dmg.sh
5353
- name: Upload .dmg
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: macOS installer
5757
path: tev.dmg
@@ -75,12 +75,12 @@ jobs:
7575
working-directory: ${{ env.build_dir }}
7676
run: cpack
7777
- name: Upload executable
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: Windows executable
8181
path: ${{ env.build_dir }}/${{ env.config }}/tev.exe
8282
- name: Upload installer
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: Windows installer
8686
path: ${{ env.build_dir }}/tev-installer.msi

0 commit comments

Comments
 (0)