diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 71f61c9e32e9..99e8fd99bfd0 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -73,12 +73,13 @@ jobs: -e KconfigBasicNoModules -e ClangFormat -c origin/${BASE_REF}.. - name: upload-results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true if: contains(github.event.pull_request.user.login, 'dependabot[bot]') != true with: name: compliance.xml path: ncs/nrf/compliance.xml + overwrite: true - name: check-warns working-directory: ncs/nrf diff --git a/.github/workflows/license-reusable.yml b/.github/workflows/license-reusable.yml index feab06fd61f7..9fe7e44d4a42 100644 --- a/.github/workflows/license-reusable.yml +++ b/.github/workflows/license-reusable.yml @@ -104,9 +104,10 @@ jobs: -c origin/${BASE_REF}.. - name: Upload results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true if: always() && contains(github.event.pull_request.user.login, 'dependabot[bot]') != true with: name: licenses.xml path: ncs/${{ inputs.path }}/licenses.xml + overwrite: true