Skip to content

Commit fc65884

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#4046)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 524bbc5 commit fc65884

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cppcmake-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- if: github.event_name != 'pull_request' && github.workflow != 'Build (macOS)'
9898
name: Upload artifacts
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: build-artifacts-${{ matrix.os }}-${{ matrix.bundle }}
102102
path: DB.Browser.for.*.dmg

.github/workflows/cppcmake-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- if: github.event_name != 'pull_request' && github.workflow != 'Build (Ubuntu)'
9898
name: Upload artifacts
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v5
100100
with:
101101
name: build-artifacts-${{ matrix.os }}-${{ matrix.bundle }}
102102
path: DB.Browser.for.*.AppImage

.github/workflows/cppcmake-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- if: github.event_name != 'pull_request'
145145
name: Upload artifacts for code signing with SignPath
146146
id: unsigned-artifacts
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v5
148148
with:
149149
name: build-artifacts-${{ matrix.os }}-${{ matrix.arch }}-unsigned
150150
path: installer\windows\DB.Browser.for.SQLite-*.msi
@@ -189,7 +189,7 @@ jobs:
189189
190190
- if: github.event_name != 'pull_request' && github.workflow != 'Build (Windows)'
191191
name: Upload artifacts
192-
uses: actions/upload-artifact@v4
192+
uses: actions/upload-artifact@v5
193193
with:
194194
name: build-artifacts-${{ matrix.os }}-${{ matrix.arch }}
195195
path: build-artifacts-${{ matrix.arch }}.zip

0 commit comments

Comments
 (0)