Skip to content

Commit e39c8e7

Browse files
Merge pull request #92 from SolidOS/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 3c00009 + 84d92d9 commit e39c8e7

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
@@ -38,7 +38,7 @@ jobs:
3838
- run: npm run build --if-present
3939
- name: Save build
4040
if: matrix.node-version == '20.x'
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: build
4444
path: |

0 commit comments

Comments
 (0)