Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#10959)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Apr 14, 2021 at 09:50 UTC
206ced20a0a7c0c46c3cd5cb4ca8529011af7911
1 file changed
+1
-1
.github/workflows/tests.yml
+1
-1
@@ -85,7 +85,7 @@ jobs:
85
find . -type f -name '*.log' -exec cp {} ../logs/ \;
86
popd || exit 1
87
- name: Upload Artifacts
88
- uses: actions/upload-artifact@v2.2.2
88
+ uses: actions/upload-artifact@v2.2.3
89
if: always()
90
with:
91
name: logs