Skip to content

Commit 1f49801

Browse files
Sync test-selenium.yaml with main
1 parent 36c6b54 commit 1f49801

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-selenium.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DOCKER_NETWORK: rabbitmq_net
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646

4747
- name: Configure OTP & Elixir
4848
uses: erlef/[email protected]
@@ -51,7 +51,7 @@ jobs:
5151
elixir-version: ${{ matrix.elixir_version }}
5252

5353
- name: Mount Bazel Cache
54-
uses: actions/cache@v3.2.5
54+
uses: actions/cache@v3.3.2
5555
with:
5656
path: "/home/runner/repo-cache/"
5757
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
@@ -101,12 +101,13 @@ jobs:
101101
102102
- name: Upload Test Artifacts
103103
if: always()
104-
uses: actions/upload-artifact@v3.1.2
104+
uses: actions/upload-artifact@v4.0.0
105105
with:
106106
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
107107
path: |
108108
logs/*
109109
screens/*
110+
/tmp/selenium/*
110111
111112
summary-selenium:
112113
needs:

0 commit comments

Comments
 (0)