Skip to content

Commit 59944d5

Browse files
Merge pull request #646 from SolidOS/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a9e6a93 + 1af7b5a commit 59944d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm run doc
3232
- name: Save build
3333
if: matrix.node-version == '20.x'
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
with:
3636
name: build
3737
path: |

0 commit comments

Comments
 (0)