From b56c007c46e6971d09396ef79f434c0df2813ad6 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Tue, 11 Jun 2024 23:10:50 -0400 Subject: [PATCH] Bump actions/upload-artifact to v4 Similar to cf25db6, this should silence some deprecation notices. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f26981..4d55fef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,12 +107,12 @@ jobs: asset_name: Secretive.zip asset_content_type: application/zip - name: Upload App to Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: Secretive.zip path: Secretive.zip - name: Upload Archive to Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: Xcode_Archive.zip path: Archive.zip