Skip to content

Commit 658e7fe

Browse files
authored
Merge pull request #140 from openscad/dependabot/github_actions/github-actions-88dfb18256
chore(ci): bump actions/upload-artifact from 5 to 6 in the github-actions group
2 parents 95915f2 + 5187745 commit 658e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm install
2828
- run: npm run build:all
2929
- name: Archive production artifacts
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: dist-node-${{ matrix.node.name }}
3333
path: dist

0 commit comments

Comments
 (0)