From 7ae282a417f19a6b32b9d49500875fe588eb9454 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:23:28 -0500 Subject: [PATCH] [Infra] Migrate notices GHA to use upload-artifact@v4 --- .github/actions/notices_generation/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/notices_generation/action.yml b/.github/actions/notices_generation/action.yml index 913573bdde8..52ba6c8df7b 100644 --- a/.github/actions/notices_generation/action.yml +++ b/.github/actions/notices_generation/action.yml @@ -40,7 +40,7 @@ runs: fi shell: bash - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notices path: ${{ inputs.notices-path }}