fix: use new version of actions/upload-artifact (#6107)

pull/6110/head
Jakub Bednář 2024-09-13 13:55:09 +02:00 committed by GitHub
parent 4bf7d4ee27
commit 3209fd5932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
yarn run cypress run --env oauth2ServerURL=http://${{ env.OAUTH2_HOSTNAME }}:${{ env.OAUTH2_PORT }} --browser chrome --config-file githubActions-config.json --reporter junit --reporter-options 'mochaFile=cypress/results/results-[hash].xml'
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: results