build(deps): bump actions/upload-artifact from 2 to 3 (#1210)

This commit is contained in:
dependabot[bot] 2022-07-28 13:45:30 +02:00 committed by GitHub
parent 3df8bc2fc8
commit bc197fce0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ jobs:
- name: 'Tar debug files'
if: failure()
run: tar cfz debug_files.tar.gz -C /tmp/pytest-of-runner .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: debug-files