Skip to content

Commit 04b0ca7

Browse files
authored
Merge pull request #133 from openscad/dependabot/github_actions/github-actions-b98f4931f4
chore(ci): bump the github-actions group with 2 updates
2 parents 75bbe2d + 3e42159 commit 04b0ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Setup node ${{ matrix.node.name }}
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: ${{ matrix.node.version }}
2727
- run: npm install
2828
- run: npm run build:all
2929
- name: Archive production artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: dist-node-${{ matrix.node.name }}
3333
path: dist

0 commit comments

Comments
 (0)