Skip to content

Commit ff43eb2

Browse files
Merge pull request #233 from SierraSoftworks/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents 11ecf6a + a4aa50b commit ff43eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: npm run build
2828
- name: Upload Artifacts
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: docs
3232
path: dist

0 commit comments

Comments
 (0)