diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 85ebdd5..cfd32af 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -78,7 +78,7 @@ jobs: - name: Run web tests run: npm run test:web - name: Upload test artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: test-reports diff --git a/.github/workflows/pull-request-or-push-to-master.yaml b/.github/workflows/pull-request-or-push-to-master.yaml index 347587b..98171ff 100644 --- a/.github/workflows/pull-request-or-push-to-master.yaml +++ b/.github/workflows/pull-request-or-push-to-master.yaml @@ -99,7 +99,7 @@ jobs: - name: Run web tests run: npm run test:web - name: Upload test artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: always() with: name: test-reports