Skip to content

Commit

Permalink
build: update upload-artifact (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice authored Aug 15, 2023
1 parent 7732a58 commit 7f6a1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make ci

- name: Upload snapshot diffs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: snapshots-diffs
Expand All @@ -51,7 +51,7 @@ jobs:
run: make updateSnapshot

- name: Upload snapshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: image-snapshots
Expand Down

0 comments on commit 7f6a1df

Please sign in to comment.