Skip to content

Commit 4a8ef93

Browse files
authored
Merge pull request #943 from EngageSoftware/dependabot/github_actions/actions/upload-artifact-4.5.0
Bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents 7d1e45c + 8c67ac7 commit 4a8ef93

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@v4.4.3
31+
uses: actions/upload-artifact@v4.5.0
3232
with:
3333
path: '_InstallPackages/**/*.zip'
3434
if-no-files-found: error

0 commit comments

Comments
 (0)