Use the latest version of actions/upload-artifact

This commit is contained in:
Jean-Baptiste Bellet
2022-10-25 15:00:14 +02:00
parent 62935f65a2
commit e58add6af0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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