File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 working-directory : ${{runner.workspace}}/build
136136
137137 - name : Archive Artifacts
138- uses : actions/upload-artifact@v2
138+ uses : actions/upload-artifact@v4
139139 with :
140140 name : VNote-${{env.VNOTE_VER}}-linux-x64.AppImage
141141 path : ${{runner.workspace}}/build/VNote-${{env.VNOTE_VER}}-linux-x64.AppImage
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 if : ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
120120
121121 - name : Archive Artifacts
122- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v4
123123 with :
124124 name : VNote-${{env.VNOTE_VER}}-mac-${{matrix.config.arch}}
125125 path : ${{runner.workspace}}/build/VNote-${{env.VNOTE_VER}}-mac-${{matrix.config.arch}}.dmg
Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ jobs:
111111 working-directory : ${{runner.workspace}}/build
112112
113113 - name : Archive Artifacts
114- uses : actions/upload-artifact@v2
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}
117117 path : ${{runner.workspace}}/build/VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}
118118
119119 - name : Archive Installer
120120 if : ${{!startsWith(matrix.config.qt, '5.15')}}
121- uses : actions/upload-artifact@v2
121+ uses : actions/upload-artifact@v4
122122 with :
123123 name : VNote-${{env.VNOTE_VER}}-win64${{matrix.config.suffix}}.msi
124124 path : ${{runner.workspace}}/build/VNote*.msi
You can’t perform that action at this time.
0 commit comments