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/*