Skip to content

Commit f5975d6

Browse files
authored
Merge pull request #36 from script-development/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents 5957ee8 + 798b77b commit f5975d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 24
1919
- run: npm ci --ignore-scripts
2020
- run: npm run build
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v7
2222
with:
2323
name: build-output
2424
path: packages/*/dist/

0 commit comments

Comments
 (0)