Skip to content

Commit

Permalink
Merge pull request #1042 from chromaui/jmhobbs/cap-2217-upgrade-outda…
Browse files Browse the repository at this point in the history
…ted-action-upload-artifactv2

Update actions/upload-artifact to v4
  • Loading branch information
jmhobbs authored Sep 12, 2024
2 parents 1a404d9 + 0e4890d commit 4a04431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-main-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
traceChanged: true
diagnostics: true
skip: ${{ github.event.pull_request.draft == true }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: chromatic-build-artifacts-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
debug: true
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: chromatic-build-artifacts-${{ github.run_id }}
Expand Down

0 comments on commit 4a04431

Please sign in to comment.