Merge pull request #9872 from jibees/update-actions/upload-artifact-to-lastest-version

Build: use the latest version of `actions/upload-artifact`
This commit is contained in:
Maikel
2022-10-26 13:58:48 +11:00
committed by GitHub
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