Skip to content

Commit a21f6e7

Browse files
Merge pull request #555 from SolidOS/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 7082a83 + 19c0f9b commit a21f6e7

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 == 20
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: build
3737
path: |

0 commit comments

Comments
 (0)