From f7f671f0c99be1f98aee83d4c0ceaccfb871324d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 05:45:44 +0000 Subject: [PATCH] chore: bump actions/upload-artifact in the github-actions-all group Bumps the github-actions-all group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/test-appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-appimage.yml b/.github/workflows/test-appimage.yml index 0b010b3..31259f0 100644 --- a/.github/workflows/test-appimage.yml +++ b/.github/workflows/test-appimage.yml @@ -95,7 +95,7 @@ jobs: run: bun run tauri build --bundles appimage -c '{"bundle":{"createUpdaterArtifacts":false}}' - name: Upload AppImage artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: WaveFlow-AppImage-${{ github.sha }} path: src-tauri/target/release/bundle/appimage/*.AppImage