From 5f658d423933cd3a1663d38ecbafad29fa035921 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:43:40 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index fcffa3a..b69d8b1 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -744,7 +744,7 @@ jobs: mv AltStoreRepo_updated.json AltStoreRepo.json - name: Upload updated AltStore Repo.json as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: UpdatedAltStoreRepo path: AltStoreRepo.json @@ -828,7 +828,7 @@ jobs: mv ScarletRepo_updated.json ScarletRepo.json - name: Upload updated Scarlet Repo.json as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: UpdatedScarletRepo path: ScarletRepo.json