Skip to content

Commit eaae2b3

Browse files
committed
chore: upgrade GitHub Actions runtimes
1 parent 570fbcd commit eaae2b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '20'
2424

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload Error Screenshot
4646
if: failure()
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: debug-screenshots
5050
path: '*.png'

0 commit comments

Comments
 (0)