From ad043abf78c7327f2a966128abec6c79cf4742ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:52:40 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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] --- .github/workflows/gorelease.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index d3d8d72..ec35558 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -62,7 +62,7 @@ jobs: tar -czf clipse_${{ steps.version.outputs.VERSION }}_linux_x11_amd64.tar.gz clipse-linux-x11-amd64 - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: linux-builds-amd64 path: "*.tar.gz" @@ -116,7 +116,7 @@ jobs: tar -czf clipse_${{ steps.version.outputs.VERSION }}_linux_wayland_arm64.tar.gz clipse-linux-wayland-arm64 - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: linux-builds-arm64 path: "*.tar.gz" @@ -154,7 +154,7 @@ jobs: tar -czf clipse_${{ steps.version.outputs.VERSION }}_darwin_arm64.tar.gz clipse-darwin-arm64 - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: macos-builds path: "*.tar.gz"