Skip to content

Commit b04d824

Browse files
Merge pull request #585 from SolidOS/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents c8da612 + d0ca545 commit b04d824

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
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm run build --if-present
3232
- name: Save build
3333
if: matrix.node-version == 22
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: build
3737
path: |

0 commit comments

Comments
 (0)