Skip to content

Commit

Permalink
Update the version of upload-artifact action: v3 -> v4
Browse files Browse the repository at this point in the history
Artifact actions v3 will be closing down by January 30, 2025.
  • Loading branch information
jarkkoka committed Dec 17, 2024
1 parent 72cc5eb commit 4ec2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Upload test reports as an artifact
# should be run even if the tests fail
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-docker-reports
path: |
Expand Down

0 comments on commit 4ec2c79

Please sign in to comment.