From e58add6af0e39941f879f277db73afd452fc0c38 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 25 Oct 2022 15:00:14 +0200 Subject: [PATCH] Use the latest version of `actions/upload-artifact` --- .github/workflows/build.yml | 2 +- .github/workflows/mapi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 776adace2e..1852826a57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: Archive failed tests screenshots if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failed-tests-screenshots path: tmp/capybara/screenshots/*.png diff --git a/.github/workflows/mapi.yml b/.github/workflows/mapi.yml index 8aaf1d1f62..decb1f365b 100644 --- a/.github/workflows/mapi.yml +++ b/.github/workflows/mapi.yml @@ -39,7 +39,7 @@ jobs: # Archive HTML report - name: Archive Mayhem for API report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: mapi-report path: mapi.html