mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Try upgrading upload-artifact action
This commit is contained in:
parent
f854b95915
commit
debfb531d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
CI: true
|
||||
- name: Upload Screenshot Diffs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: image_diffs
|
||||
path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
yarn workspace webamp integration-tests -u
|
||||
- name: Upload New Screenshots
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: new_images
|
||||
path: packages/webamp/js/__tests__/__image_snapshots__/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue