Compare commits

...

2 Commits

Author SHA1 Message Date
90eb88d26e Update https://github.com/actions/upload-artifact action to v7 (#7)
Some checks failed
Release / upload-to-gitea-release (push) Has been skipped
Release / generate-dungeon (push) Failing after 2m18s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [https://github.com/actions/upload-artifact](https://github.com/actions/upload-artifact) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>actions/upload-artifact (https://github.com/actions/upload-artifact)</summary>

### [`v7`](https://github.com/actions/upload-artifact/compare/v6...v7)

[Compare Source](https://github.com/actions/upload-artifact/compare/v6...v7)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #7
Co-authored-by: Renovate Bot <renovate@keligrubb.com>
Co-committed-by: Renovate Bot <renovate@keligrubb.com>
2026-03-04 18:20:51 +00:00
fb2ffeb4fe migrate-to-gitea-actions (#6)
Some checks failed
Release / generate-dungeon (push) Failing after 31m44s
Release / upload-to-gitea-release (push) Has been skipped
Co-authored-by: Madison Grubb <madison@elastiflow.com>
Reviewed-on: #6
2026-03-04 17:37:03 +00:00

View File

@@ -13,9 +13,9 @@ jobs:
container:
image: ghcr.io/puppeteer/puppeteer:latest
env:
OLLAMA_API_URL: ${{ secrets.OLLAMA_API_URL }}
OLLAMA_API_URL: https://ai.keligrubb.com/api/chat/completions
OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }}
COMFYUI_URL: ${{ secrets.COMFYUI_URL }}
COMFYUI_URL: http://192.168.1.124:8188
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v6
@@ -33,7 +33,7 @@ jobs:
run: npm start
- name: Upload PDF artifact
uses: https://github.com/actions/upload-artifact@v6
uses: https://github.com/actions/upload-artifact@v7
with:
name: release-pdf
path: "*.pdf"
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: generate-dungeon
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
steps:
- name: Download PDF artifact
uses: https://github.com/actions/download-artifact@v8