From 7da482ea29df5f61538b10c82dc2df9ceef70d67 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 15 May 2026 09:58:30 +0200 Subject: [PATCH 1/2] ci: use new url --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 029ae84ca..257f98f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +<<<<<<< HEAD name: CI on: @@ -152,7 +153,7 @@ jobs: with: name: docs-${{ matrix.package }} path: packages/${{ matrix.package }}/html - - run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}" + - run: echo "::notice::https://remote-unzip.scipp.deno.net/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}" report: name: Report Job Status From 64685784b168b8154d684c175e3752ccf3c87794 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 15 May 2026 10:02:46 +0200 Subject: [PATCH 2/2] fix --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257f98f91..b856dbd18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,3 @@ -<<<<<<< HEAD name: CI on: