diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8229a4a..865a2e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: arguments: sonarqube -i - name: Upload test artifact if: success() || failure() - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: test-result path: /home/runner/work/**/build/reports @@ -60,7 +60,7 @@ jobs: arguments: :2repository:${{ matrix.version }}:integrationTests --info --stacktrace - name: Upload test artifact if: success() || failure() - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: integration-test-${{ matrix.version }}-result path: /home/runner/work/**/build/reports