diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1261658..90afbef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,7 +334,7 @@ jobs: # upload report as artifact - name: Archive unit tests report if: inputs.upload-skip == false - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: report path: ${{ inputs.working-directory }}/report.json @@ -342,7 +342,7 @@ jobs: # upload coverage as artifact - name: Archive code coverage results if: inputs.upload-skip == false - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: coverage path: ${{ inputs.working-directory }}/coverage.txt @@ -419,7 +419,7 @@ jobs: - name: Archive code style results if: inputs.upload-skip == false - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: fmt path: ${{ inputs.working-directory }}/fmt.patch @@ -548,7 +548,7 @@ jobs: - name: Archive license results if: always() && inputs.upload-skip == false - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: licensing path: |