Skip to content

Commit

Permalink
fix: use new version of actions/upload-artifact (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Sep 13, 2024
1 parent 4bf7d4e commit 3209fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chronograf-cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3209fd5

Please sign in to comment.