From 74ee0e0f98db71f1508d270eefc4ea6b05e7ddca Mon Sep 17 00:00:00 2001 From: Serhiy Zakharchenko Date: Wed, 11 Sep 2024 13:05:11 +0100 Subject: [PATCH] Updated artifact version --- .github/workflows/run_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 14985721..e8c73690 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -92,14 +92,14 @@ jobs: - name: Upload codeception output on failure if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: acceptance-tests path: wp-content/plugins/seriously-simple-podcasting/tests/_output - name: Upload PHP server logs on failure if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: acceptance-tests - path: nohup.out \ No newline at end of file + path: nohup.out