Skip to content

Commit d511f8b

Browse files
authored
Merge pull request #68 from codegoat-dev/dependabot/github_actions/actions/upload-artifact-6
Chore(deps): Bump actions/upload-artifact from 4 to 6
2 parents ab88e55 + 73a7739 commit d511f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
console.log(`Created release ${release.data.html_url}`);
116116
117117
- name: Upload package to GitHub release
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v6
119119
with:
120120
name: package
121121
path: |

0 commit comments

Comments
 (0)