From e3f37afe367745ba8f48d26655b51b93b394ab98 Mon Sep 17 00:00:00 2001 From: Bendik Lynghaug Date: Sun, 20 Sep 2026 20:27:13 +0200 Subject: [PATCH] Rett artefakt-versjonen i eksempelet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea melder seg som GitHub Enterprise, og artefakt-actionene i v4 nekter å kjøre der. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015GeH3y8fwTaTudaD88P57o --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef8e027..14c237b 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ jobs: "$GITHUB_SERVER_URL/klingenbergbygg/enok/releases/download/$TAG/enok" chmod +x enok ./enok import modell.ifc --tillegg prosjekt.toml --ut bygning.toml - - uses: https://gitea.com/actions/upload-artifact@v4 + - uses: https://gitea.com/actions/upload-artifact@v3 with: name: bygningsmodell path: | @@ -409,7 +409,7 @@ jobs: shell: fish {0} steps: - uses: https://gitea.com/actions/checkout@v6 - - uses: https://gitea.com/actions/download-artifact@v4 + - uses: https://gitea.com/actions/download-artifact@v3 with: name: bygningsmodell - name: Lag rapporten