Skip to content

Commit a592536

Browse files
authored
Merge pull request #4193 from alephdata/chore/update-e2e-actions
Bump e2e action versions
2 parents 8678f13 + 6fb5e3e commit a592536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Set up
2626
run: |
@@ -40,7 +40,7 @@ jobs:
4040
run: make e2e
4141

4242
- name: Archive test result artifacts
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: test-results

0 commit comments

Comments
 (0)