Skip to content

Commit 0f0995d

Browse files
ci: update actions/upload-artifact to v4 (#2568)
1 parent 0881dd5 commit 0f0995d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ci-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)