diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9ea5669a..b463f68c 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: ${{ failure() || success() }} with: name: mutation-integration-report diff --git a/.github/workflows/reusable-fuzz.yml b/.github/workflows/reusable-fuzz.yml index f702a0a1..3f7676a6 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: fuzz-crash-${{ steps.run-id.outputs.result }} path: |