diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2a7357..44b77c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: --results-directory ${{ runner.temp }}/test-results/unit \ --coverage --coverage-output-format cobertura --coverage-output coverage-unit.cobertura.xml - name: Upload coverage report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-report-unit path: ${{ runner.temp }}/test-results/unit @@ -95,7 +95,7 @@ jobs: SHOW_MOCK_SERVER_LOGS: ${{ vars.SHOW_MOCK_SERVER_LOGS }} TESTING_LOG_LEVEL: ${{ vars.TESTING_LOG_LEVEL }} - name: Upload coverage report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-report-integration path: ${{ runner.temp }}/test-results/integration