Skip to content

Commit cbcbd8a

Browse files
Merge pull request #121 from SolidOS/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 08af5a3 + 4d5fd82 commit cbcbd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: npm run build --if-present
3434
- name: Save build
3535
if: matrix.node-version == 20
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: build
3939
path: |

0 commit comments

Comments
 (0)