diff --git a/.github/workflows/linux-package.yml b/.github/workflows/linux-package.yml index 22df2ece3..476c824ca 100644 --- a/.github/workflows/linux-package.yml +++ b/.github/workflows/linux-package.yml @@ -83,7 +83,7 @@ jobs: grep -Fx 'StartupWMClass=pi-desktop' "$desktop_entry" >/dev/null - name: Upload RPM package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pi-desktop-linux-x64-rpm if-no-files-found: error diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02df4fa6a..5a8ea7db3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -266,7 +266,7 @@ jobs: run: mv apps/desktop/release/latest-mac.yml apps/desktop/release/latest-mac-${{ matrix.arch }}.yml - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist-${{ matrix.artifact }} if-no-files-found: error @@ -362,7 +362,7 @@ jobs: cat "$out/${name}.tar.gz.sha256" - name: Upload pi-host bundle - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pi-host-linux-${{ matrix.arch }} if-no-files-found: error