From 2cfb79f93d7711a9da4f5814700941bfdad1f31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:12:45 +0000 Subject: [PATCH] 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/build_appimage_bundle.yml | 2 +- .github/workflows/build_docker_image.yml | 2 +- .github/workflows/build_nsis_bundle.yml | 2 +- .github/workflows/build_server.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_appimage_bundle.yml b/.github/workflows/build_appimage_bundle.yml index a2653de07..8fe3bc975 100644 --- a/.github/workflows/build_appimage_bundle.yml +++ b/.github/workflows/build_appimage_bundle.yml @@ -114,7 +114,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'FreeDATA-x86_64.AppImage' path: FreeDATA-x86_64.AppImage diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 44cd13cff..3c9da82a4 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -25,7 +25,7 @@ jobs: # Upload the image tarball as an artifact. - name: Upload Docker image artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: freedata-image path: freedata.tar diff --git a/.github/workflows/build_nsis_bundle.yml b/.github/workflows/build_nsis_bundle.yml index e7974534c..5c36623b0 100644 --- a/.github/workflows/build_nsis_bundle.yml +++ b/.github/workflows/build_nsis_bundle.yml @@ -92,7 +92,7 @@ jobs: run: ls -R - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'FreeDATA-Installer' path: ./FreeDATA-Installer.exe diff --git a/.github/workflows/build_server.yml b/.github/workflows/build_server.yml index 482d0b7e3..449965630 100644 --- a/.github/workflows/build_server.yml +++ b/.github/workflows/build_server.yml @@ -117,7 +117,7 @@ jobs: run: ls -R - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: '${{ matrix.zip_name }}' path: ./freedata_server/server.dist/${{ matrix.zip_name }}.zip