diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ecfb34c5b1e8a..ba5627ffe003f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -151,13 +151,13 @@ jobs: tar czf Rocket.Chat.test.tar.gz ./build-test - name: Store build for tests - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-test path: /tmp/Rocket.Chat.test.tar.gz - name: Store build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build path: /tmp/build @@ -252,7 +252,7 @@ jobs: docker exec mongo mongo rocketchat --eval 'db.dropDatabase()' && npm run testci -- --test=test:playwright - name: Store playwright test trace - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: playwright-test-trace @@ -362,7 +362,7 @@ jobs: docker exec mongo mongo rocketchat --eval 'db.dropDatabase()' && npm run testci -- --enterprise --test=test:playwright:ee - name: Store playwright test trace - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: ee-playwright-test-trace