Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#11269)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jun 25, 2021 at 11:36 UTC
d759b319827cf7729c61db8c57e905909d59c1dd
1 file changed
+1
-1
.github/workflows/tests.yml
+1
-1
@@ -87,7 +87,7 @@ jobs:
87
find . -type f -name '*.log' -exec cp {} ../logs/ \;
88
popd || exit 1
89
- name: Upload Artifacts
90
- uses: actions/upload-artifact@v2.2.3
90
+ uses: actions/upload-artifact@v2.2.4
91
if: always()
92
with:
93
name: logs