There was an error while loading. Please reload this page.
1 parent 570fbcd commit eaae2b3Copy full SHA for eaae2b3
1 file changed
.github/workflows/main.yml
@@ -13,12 +13,12 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Code
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
20
- name: Setup Node.js
21
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
22
23
node-version: '20'
24
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload Error Screenshot
46
if: failure()
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
48
49
name: debug-screenshots
50
path: '*.png'
0 commit comments