diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml index 4dfb1cb225..6fcdea2b8f 100644 --- a/.github/workflows/browser_tests.yml +++ b/.github/workflows/browser_tests.yml @@ -72,7 +72,7 @@ jobs: - name: Upload screenshots as artifacts # Upload screenshot if the test suite failed. if: failure() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: screenshots path: tests/Browser/screenshots diff --git a/.github/workflows/message_rendering.yml b/.github/workflows/message_rendering.yml index a66241bca0..29284e135b 100644 --- a/.github/workflows/message_rendering.yml +++ b/.github/workflows/message_rendering.yml @@ -29,7 +29,7 @@ jobs: run: docker compose -f .ci/compose.yaml run test_message_rendering - name: Upload artifacts - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: failure() with: name: Logs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b0d0fdbf9..6e84c157fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: run: .ci/run_tests.sh - name: Upload artifacts - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: failure() with: name: Logs @@ -74,7 +74,7 @@ jobs: run: bash -ex .ci/run_tests.sh - name: Upload artifacts - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: failure() with: name: Logs