Skip to content

Commit a5bfe89

Browse files
Bump actions/upload-artifact from 5 to 6 (#902)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e8f97b commit a5bfe89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)