Skip to content

Commit aa490f6

Browse files
Fix examples test workflow to use latest actions
1 parent d63bf45 commit aa490f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
outputs:
77
matrix: ${{ steps.set-matrix.outputs.matrix }}
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- run: bash test/findExamplesWithTests.sh
1111
- id: set-matrix
1212
run: echo "::set-output name=matrix::{\"include\":$(bash test/findExamplesWithTests.sh)}"
@@ -24,7 +24,7 @@ jobs:
2424
run:
2525
working-directory: ${{ matrix.examplePath }}
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- run: bash ../../test/updateExampleAppDeps.sh .
2929
- run: npm install [email protected] [email protected] puppeteer@^11.0.0 isomorphic-fetch@^3.0.0
3030
- run: npm run build || true
@@ -36,7 +36,7 @@ jobs:
3636
)
3737
- name: The job has failed
3838
if: ${{ failure() }}
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: screenshots
4242
path: ./**/*screenshot.jpeg

0 commit comments

Comments
 (0)