Skip to content

Commit 593cd77

Browse files
Bump actions/upload-artifact from 2.2.2 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 069bead commit 593cd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CLEAN: true # clean build folder up
3939

4040
- name: npm logs
41-
uses: actions/upload-artifact@v2.2.2
41+
uses: actions/upload-artifact@v2.2.4
4242
if: failure()
4343
with:
4444
name: logs

0 commit comments

Comments
 (0)