Skip to content

Commit

Permalink
Update action artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
twin-tigon committed Nov 10, 2024
1 parent 9d2f9dd commit f94a160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Download Screenshots
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v4
with:
workflow: update-visual-baseline.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-visual-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Update Visual Baseline
run: npm run test:visual-regression:update
- name: Archive Production Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: screenshots
path: ./test/__screenshots__

0 comments on commit f94a160

Please sign in to comment.