diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 09b9622340..3a10354019 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -49,7 +49,7 @@ jobs: node --version - name: Checkout repository - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -146,7 +146,7 @@ jobs: ./package/debian/build-deb.sh build/release/install build/release - name: Upload build artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: ${{ env.ARTIFACT_NAME }} path: | diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 71f1632663..e6cd130173 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -57,7 +57,7 @@ jobs: node --version - name: Checkout repository - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: ls -lah package/rattler-build/linux/*-SHA256.txt 2>/dev/null || echo "No SHA256 files found" - name: Upload AppImage artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: kindred-create-appimage path: | @@ -120,7 +120,7 @@ jobs: if-no-files-found: error - name: Upload .deb artifact - uses: https://code.forgejo.org/actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: kindred-create-deb path: |