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
82fbe59a91
commit
4edbbfc6c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
CI: true
|
||||
- name: Upload Screenshot Diffs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: image_diffs
|
||||
path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue