Skip to content

Commit df46091

Browse files
committed
ci: update to artifacts v4
* v3 is now deprecated
1 parent 04e2422 commit df46091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ jobs:
9898
run: MIX_ENV=test mix assets.deploy
9999
- name: Run tests
100100
run: mix test --trace
101-
- uses: actions/upload-artifact@v3
101+
- uses: actions/upload-artifact@v4
102102
if: always()
103103
with:
104+
if-no-files-found: ignore
104105
name: screenshots
105106
path: screenshots/
106107

0 commit comments

Comments
 (0)