Compare commits

...

2 commits

Author SHA1 Message Date
a68709715b Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Failing after 1m2s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
2024-07-06 10:01:01 +00:00
1bd9330a1e updated donations.json
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 49s
Build and Deploy Website / Deploy Dev Website (push) Successful in 8s
2024-07-06 11:25:23 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
run: npm install run: npm install
- name: Build Website - name: Build Website
run: npm run build:dev run: npm run build:dev
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/
@ -31,7 +31,7 @@ jobs:
run: npm install run: npm install
- name: Build Website - name: Build Website
run: npm run build run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/

View file

@ -7,7 +7,7 @@
"amount": 25, "amount": 25,
"via": "banktransfer", "via": "banktransfer",
"from": "Astrid", "from": "Astrid",
"first": false "first": true
}, },
{ {
"date": "26.02.2024", "date": "26.02.2024",