@@ -104,28 +104,28 @@ jobs:
104104 make appimage
105105
106106 - name : Upload Windows zip Package
107- uses : actions/upload-artifact@v5
107+ uses : actions/upload-artifact@v6
108108 if : runner.os == 'Windows'
109109 with :
110110 name : NotepadNext-Windows-Qt${{ matrix.qt_version }}-Zip
111111 path : ${{ github.workspace }}/build/package/
112112
113113 - name : Upload Windows Installer
114- uses : actions/upload-artifact@v5
114+ uses : actions/upload-artifact@v6
115115 if : runner.os == 'Windows'
116116 with :
117117 name : NotepadNext-Windows-Qt${{ matrix.qt_version }}-Installer
118118 path : ${{ github.workspace }}/installer/NotepadNext*.exe
119119
120120 - name : Upload macOS dmg
121- uses : actions/upload-artifact@v5
121+ uses : actions/upload-artifact@v6
122122 if : runner.os == 'macOS'
123123 with :
124124 name : NotepadNext-macOS-Qt${{ matrix.qt_version }}
125125 path : ${{ github.workspace }}/build/NotepadNext/NotepadNext*.dmg
126126
127127 - name : Upload Linux AppImage
128- uses : actions/upload-artifact@v5
128+ uses : actions/upload-artifact@v6
129129 if : runner.os == 'Linux'
130130 with :
131131 name : NotepadNext-Linux-Qt${{ matrix.qt_version }}-AppImage
@@ -150,7 +150,7 @@ jobs:
150150 gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes --draft
151151
152152 - name : Download all artifacts
153- uses : actions/download-artifact@v6
153+ uses : actions/download-artifact@v7
154154
155155 - name : Upload Windows Installer
156156 run : |
0 commit comments