Skip to content

Commit 0c90b75

Browse files
authored
Merge pull request #1127 from EngageSoftware/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 282190b + 23367ed commit 0c90b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn run package
2929

3030
- name: Upload Artifacts
31-
uses: actions/upload-artifact@v6.0.0
31+
uses: actions/upload-artifact@v7.0.0
3232
with:
3333
path: '_InstallPackages/**/*.zip'
3434
if-no-files-found: error

0 commit comments

Comments
 (0)