Skip to content

Commit cd20e65

Browse files
ci: bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3136574 commit cd20e65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
npx electron-builder ${{ matrix.target }} --publish never
9090
shell: bash
9191

92-
- uses: actions/upload-artifact@v4
92+
- uses: actions/upload-artifact@v7
9393
with:
9494
name: deepsql-desktop-${{ matrix.name }}
9595
if-no-files-found: error

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sha512sum -c SHA512SUMS
5050
5151
- name: Upload workflow artifacts
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: deepsql-${{ github.ref_name }}
5555
path: release-artifacts/${{ github.ref_name }}/

0 commit comments

Comments
 (0)