diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c2a627254..326c3e2ec 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -396,7 +396,7 @@ jobs: - name: Run mutation tests run: npm run mutation:unit - name: Upload mutation report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ failure() || success() }} with: name: mutation-unit-report @@ -447,7 +447,7 @@ jobs: - name: Run mutation tests run: npm run mutation:integration - name: Upload mutation report - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ failure() || success() }} with: name: mutation-integration-report diff --git a/.github/workflows/reusable-fuzz.yml b/.github/workflows/reusable-fuzz.yml index bec6817ca..38505a8cb 100644 --- a/.github/workflows/reusable-fuzz.yml +++ b/.github/workflows/reusable-fuzz.yml @@ -111,7 +111,7 @@ jobs: exit 1 - name: Upload crash (if any) if: ${{ steps.fuzz.outputs.fuzz-error == 'true' }} - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: fuzz-crash-${{ steps.run-id.outputs.result }} path: |