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 }}