fix: use new version of actions/upload-artifact (#6107)
parent
4bf7d4ee27
commit
3209fd5932
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue