From c5def9d9140510da058b313e8ea7688c702bc045 Mon Sep 17 00:00:00 2001 From: gilh Date: Fri, 23 Feb 2024 09:30:11 +0000 Subject: [PATCH] fixed workflow typo --- .github/workflows/ci-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-and-push.yml b/.github/workflows/ci-and-push.yml index 71549f7..a1b9d6b 100644 --- a/.github/workflows/ci-and-push.yml +++ b/.github/workflows/ci-and-push.yml @@ -47,7 +47,7 @@ jobs: if: ${{ always() }} run: docker-compose logs warcprox # Make integration test results available, even if the tests failed - - uses: actions/upload-artifact@man + - uses: actions/upload-artifact@main if: ${{ always() }} with: name: robot-ci-results