Skip to content

Commit 7e497b9

Browse files
Merge pull request #1993 from daveajrussell/update-upload-artifact-action
Migrate upload-artifact action to v4 and update cypress dependent packages
2 parents bb66f50 + 1d2809e commit 7e497b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-e2e-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
- run: yarn install --frozen-lockfile
4040
- run: yarn build
4141
- run: sudo apt-get update
42-
- run: sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
42+
- run: sudo apt-get -y install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
4343
- run: npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev
4444
- run: echo "Servers ready!"
4545
- run: yarn e2e --env server=${{ matrix.neo4j-version }},browser-password=password,edition=${{ matrix.neo4j-edition }}
4646
- name: Upload test screenshots
4747
if: failure()
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: test-screenshots-${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
5151
path: |

.github/workflows/pr-sso-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn build
2222
- run: sudo apt-get update
23-
- run: sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
23+
- run: sudo apt-get -y install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
2424
- name: Setup Keycloak and Neo4j
2525
working-directory: ./docker/sso-keycloak
2626
run: docker compose -f docker-compose.yml up -d --remove-orphans
@@ -31,7 +31,7 @@ jobs:
3131
- run: yarn e2e-sso
3232
- name: Upload test screenshots
3333
if: failure()
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: test-screenshots-sso
3737
path: |

0 commit comments

Comments
 (0)