diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7993a98175..09b1cce860 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,7 +29,7 @@ jobs: node --version - name: Checkout repository - uses: https://github.com/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: - name: Upload test logs if: always() - uses: https://github.com/actions/upload-artifact@v4 + uses: https://code.forgejo.org/actions/upload-artifact@v3 with: name: test-logs path: | diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 12588c6b26..2481e05a50 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -37,7 +37,7 @@ jobs: node --version - name: Checkout repository - uses: https://github.com/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: ls -lah package/rattler-build/linux/*-SHA256.txt 2>/dev/null || echo "No SHA256 files found" - name: Upload AppImage artifact - uses: https://github.com/actions/upload-artifact@v4 + uses: https://code.forgejo.org/actions/upload-artifact@v3 with: name: kindred-create-appimage path: |