Skip to content

Commit 6fb5e3e

Browse files
committed
Bump e2e action versions
1 parent 8678f13 commit 6fb5e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

+2-2
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)