diff --git a/.github/workflows/reusable-functional.yml b/.github/workflows/reusable-functional.yml index 5bbac62..5583050 100644 --- a/.github/workflows/reusable-functional.yml +++ b/.github/workflows/reusable-functional.yml @@ -138,7 +138,7 @@ jobs: - name: Upload code coverage report if: ${{ inputs.coverage }} - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: # Because somehow providing `directory: build/logs` doesn't work for these files files: ${{ steps.coverage_files.outputs.files }} diff --git a/.github/workflows/reusable-unit.yml b/.github/workflows/reusable-unit.yml index 4a98d8b..d977bc2 100644 --- a/.github/workflows/reusable-unit.yml +++ b/.github/workflows/reusable-unit.yml @@ -68,7 +68,7 @@ jobs: - name: Upload code coverage report if: ${{ inputs.coverage }} - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: directory: build/logs flags: unit