diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80371b9..3515998 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build In Docker run: | cat << EOF > entrypoint.sh @@ -34,7 +34,7 @@ jobs: run: sha512sum *.pkg.tar.* - name: Upload Built Packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: built-packages path: ${{ github.workspace }}/*.pkg.tar.* diff --git a/PKGBUILD b/PKGBUILD index ad9e588..0257748 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=calamares-eos-t2 pkgver=24.06.2.1 pkgrel=2 -release_name="Endeavour-T2" +release_name="Endeavour Neo-T2" pkgdesc="Calamares installer for EndeavourOS for Macs with T2 security chip" arch=('any') url="https://github.com/t2linux/calamares-eos-t2"