summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-12 13:32:49 -0500
committerGitHub <noreply@github.com>2021-01-12 13:32:49 -0500
commit6c50438e6c237bcb8b91b42b46b0ecf27163d40b (patch)
tree0e4c09251c1d3e43e49a4c543d91d5463ca20d1e /.github
parentdc8dc2476ce064ab04095eadef86416b45909643 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 4d5716c736..ef6bfbc2ab 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
find . -type f -name '*.log' -exec cp {} ../logs/ \;
popd || exit 1
- name: Upload Artifacts
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2.2.2
if: always()
with:
name: logs