diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c2f8093a..59840d076 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -89,7 +89,7 @@ jobs: | |||
89 | echo "parse-log.js script does not exist, skipping." | 89 | echo "parse-log.js script does not exist, skipping." |
90 | 90 | ||
91 | - name: Upload logs | 91 | - name: Upload logs |
92 | uses: actions/upload-artifact@v2 | 92 | uses: actions/upload-artifact@v3 |
93 | if: failure() | 93 | if: failure() |
94 | with: | 94 | with: |
95 | name: test-storages-${{ matrix.test_suite }} | 95 | name: test-storages-${{ matrix.test_suite }} |