diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-11 14:36:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-11 14:36:19 +0200 |
commit | 8c13fd744fcb1c40f705eeceb4fbf08676d7451a (patch) | |
tree | 23063d34990179c5fe5101e9aa78353f693ca907 /.github | |
parent | 8bd6aa0424a034166a6b1a63fe4660140246bbb2 (diff) | |
download | PeerTube-8c13fd744fcb1c40f705eeceb4fbf08676d7451a.tar.gz PeerTube-8c13fd744fcb1c40f705eeceb4fbf08676d7451a.tar.zst PeerTube-8c13fd744fcb1c40f705eeceb4fbf08676d7451a.zip |
Update upluad artifacts
Diffstat (limited to '.github')
-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 }} |