diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab3c6f2..9c1123d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,14 +328,14 @@ jobs: # upload report as artifact - name: Archive unit tests report - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: report path: ${{ inputs.working-directory }}/report.json # upload coverage as artifact - name: Archive code coverage results - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: coverage path: ${{ inputs.working-directory }}/coverage.txt @@ -411,7 +411,7 @@ jobs: fi - name: Archive code style results - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: fmt path: ${{ inputs.working-directory }}/fmt.patch @@ -540,7 +540,7 @@ jobs: - name: Archive license results if: always() - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: licensing path: |