Skip to content

Commit 7f30937

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump actions/upload-artifact from 4.4.0 to 4.4.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b004e60 commit 7f30937

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/[email protected].0
31+
uses: actions/[email protected].2
3232
with:
3333
path: '_InstallPackages/**/*.zip'
3434
if-no-files-found: error

0 commit comments

Comments
 (0)