Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 9264e66 commit 3b9c615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL}}

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.2.0

if: ${{github.event_name != 'pull_request'}}
with:
Expand All @@ -90,14 +90,14 @@ jobs:
wait-on: http://localhost:3000

- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots

- name: Upload Cypress Videos
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: cypress-videos
Expand Down

0 comments on commit 3b9c615

Please sign in to comment.