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
This commit is contained in:
commit
658e7fe392
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- run: npm install
|
||||
- run: npm run build:all
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: dist-node-${{ matrix.node.name }}
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue