Bump actions/upload-artifact from v1 to v2.2.2 (#10475)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...e448a9b857ee2131e752b06002bf0e093c65e571) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 12, 2021 at 13:32 UTC
6c50438e6c237bcb8b91b42b46b0ecf27163d40b
1 file changed
+1
-1
.github/workflows/tests.yml
+1
-1
@@ -81,7 +81,7 @@ jobs:
81
find . -type f -name '*.log' -exec cp {} ../logs/ \;
82
popd || exit 1
83
- name: Upload Artifacts
84
- uses: actions/upload-artifact@v1
84
+ uses: actions/upload-artifact@v2.2.2
85
if: always()
86
with:
87
name: logs