diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 0b89023..cff95f5 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -75,7 +75,7 @@ jobs: # We upload tests results if the build fails. - name: Upload test results if: failure() && steps.build.conclusion == 'failure' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4 with: name: surefire-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}} path: | @@ -97,7 +97,7 @@ jobs: # We reproducibility results if the build fails. - name: Upload reproducibility results if: failure() && steps.reproducibility.conclusion == 'failure' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4 with: name: reproducibility-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}} path: |