Skip to content

Commit 8372e3d

Browse files
committed
updates upload-artifact action to v3
1 parent bb66f50 commit 8372e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)