From 3311ff6d9ed170f2631d959f66bb7e228fb5f056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:18:51 +0000 Subject: [PATCH] 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](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/android_release.yml | 2 +- .github/workflows/compendium_integration.yml | 2 +- .github/workflows/windows_desktop_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml index bb4169e..45c09a9 100644 --- a/.github/workflows/android_release.yml +++ b/.github/workflows/android_release.yml @@ -73,7 +73,7 @@ jobs: > release-android/OCCMobile-android.sha256 - name: Upload workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: occ-android-mobile path: release-android/* diff --git a/.github/workflows/compendium_integration.yml b/.github/workflows/compendium_integration.yml index f292605..968b940 100644 --- a/.github/workflows/compendium_integration.yml +++ b/.github/workflows/compendium_integration.yml @@ -33,7 +33,7 @@ jobs: run: make integrate-all - name: Upload generated artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: occ-compendiums path: | diff --git a/.github/workflows/windows_desktop_release.yml b/.github/workflows/windows_desktop_release.yml index 781f0a7..9183cc6 100644 --- a/.github/workflows/windows_desktop_release.yml +++ b/.github/workflows/windows_desktop_release.yml @@ -81,7 +81,7 @@ jobs: -TimestampServer "http://timestamp.digicert.com" - name: Upload workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: occ-windows-desktop path: release-windows/*