From 8a7074b0a7ba658c004bbd33af7caa045db285ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:45:47 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/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/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-flatpak-repository.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-flatpak-repository.yml b/.github/workflows/publish-flatpak-repository.yml index 39ee56b..2a14784 100644 --- a/.github/workflows/publish-flatpak-repository.yml +++ b/.github/workflows/publish-flatpak-repository.yml @@ -56,7 +56,7 @@ jobs: cache-key: feedlizard-signed-${{ matrix.arch }}-${{ hashFiles('Cargo.lock', 'flatpak/io.github.feedlizard.FeedLizard.yml', 'flatpak/cargo-sources.json') }} - name: Package repository shard run: tar -C repository-${{ matrix.arch }} -czf repository-${{ matrix.arch }}.tar.gz . - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: repository-${{ matrix.arch }} path: repository-${{ matrix.arch }}.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23e8f31..e18f437 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: cache-key: feedlizard-release-${{ matrix.arch }}-${{ hashFiles('Cargo.lock', 'flatpak/io.github.feedlizard.FeedLizard.yml', 'flatpak/cargo-sources.json') }} verbose: true - name: Upload release bundle - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: flatpak-${{ matrix.arch }} path: FeedLizard-${{ needs.metadata.outputs.version }}-${{ matrix.arch }}.flatpak