diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8265c92..eddde48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: run: npm run test:e2e:electron - name: Upload Desktop Release Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: openob-desktop-windows diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77dfd62..2911ef6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: Get-Content SHA256SUMS.txt - name: Upload Release Staging Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: openob-release-windows path: |