FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build(deps): bump actions/upload-artifact from 6 to 7 (#4103) · sqlitebrowser/sqlitebrowser@1614051 · GitHub

Commit 1614051

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#4103)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e443c0 commit 1614051

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.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@v6
99+
uses: actions/upload-artifact@v7
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
@@ -99,7 +99,7 @@ jobs:
9999
100100
- if: github.event_name != 'pull_request' && github.workflow != 'Build (Ubuntu)'
101101
name: Upload artifacts
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
name: build-artifacts-${{ matrix.os }}-${{ matrix.bundle }}
105105
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@v6
147+
uses: actions/upload-artifact@v7
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@v6
192+
uses: actions/upload-artifact@v7
193193
with:
194194
name: build-artifacts-${{ matrix.os }}-${{ matrix.arch }}
195195
path: build-artifacts-${{ matrix.arch }}.zip

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL