From cf25db6c17ad4da3d8fef83d3f3ec9dcd50d3989 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Tue, 11 Jun 2024 23:06:35 -0400 Subject: [PATCH] Bump actions/upload-artifact to v4 This should get rid of the deprecation notices displayed as annotations beneath each Nightly job run. See: https://github.com/maxgoedjen/secretive/actions/runs/9461831554 --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index acda4b4..1222896 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,7 +48,7 @@ jobs: shasum -a 256 Secretive.zip shasum -a 256 Archive.zip - name: Upload App to Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Secretive.zip path: Secretive.zip