From 1b790b504bb38b8dea80f4cc7a9df9835b4a4cf2 Mon Sep 17 00:00:00 2001 From: mschaab Date: Tue, 12 Nov 2024 17:51:31 -0300 Subject: [PATCH] Updating deprecated upload artifact --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 6d2012c..ed4d8e0 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -23,7 +23,7 @@ jobs: - name: Archive production artifacts ⬆️ # Changed from target 'master' to 'develop' because the rules for the repo are locking my uploads if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'develop' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Artifacts path: ./build/libs/saRestApi-*.jar