From 8f700b531d38a30b3f028898b0252aa5d91ff834 Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 23 Sep 2025 11:04:29 -0700 Subject: [PATCH 1/4] Bump upload-artifact --- .github/workflows/pull-request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d2b27ef..5bea7e0 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -34,7 +34,7 @@ jobs: env: PR_NUMBER: ${{ github.event.number }} ID: ${{ github.run_attempt }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FTCDOCS-PDF path: | @@ -66,7 +66,7 @@ jobs: run: make -C docs/ html - name: Archive Site - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: FTCDOCS-HTML path: 'docs/build/html' @@ -103,7 +103,7 @@ jobs: - name: Archive Log if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 env: PR_NUMBER: ${{ github.event.number }} ID: ${{ github.run_attempt }} From 3ef834b7348661f5a5f84441a16d997006b2e79e Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 23 Sep 2025 11:13:23 -0700 Subject: [PATCH 2/4] apt-fast -> apt-get Apparently apt-fast is not supported. --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5bea7e0..2f9b774 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Refresh Packages - run: sudo apt-fast -y update + run: sudo apt-get -y update - name: Install Dependencies run: xargs -a dependencies sudo apt-fast install -y @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - name: Refresh Packages - run: sudo apt-fast -y update + run: sudo apt-get -y update - name: Python Setup uses: actions/setup-python@v4 From e5b86e65cdb8ab0dbea4d2ed1d4726447ba51489 Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 23 Sep 2025 11:15:06 -0700 Subject: [PATCH 3/4] apt-fast -> apt-get Missed one. --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 2f9b774..86d950c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -14,7 +14,7 @@ jobs: run: sudo apt-get -y update - name: Install Dependencies - run: xargs -a dependencies sudo apt-fast install -y + run: xargs -a dependencies sudo apt-get install -y - name: Python Setup uses: actions/setup-python@v4 From 7399b9498f0a881295996af6c0d1baa67b661b1c Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 23 Sep 2025 11:22:07 -0700 Subject: [PATCH 4/4] Fix linkcheck failure --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 603ebae..390ea60 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,7 @@ *FIRST* Tech Challenge Archived documentation -==================================== +============================================= This is the archived documentation for the FIRST Tech Challenge. This documentation is no longer maintained and is provided for historical reference only. For the latest documentation, please visit the `FIRST Tech Challenge documentation `_. @@ -11,4 +11,4 @@ For the latest documentation, please visit the `FIRST Tech Challenge documentati :maxdepth: 2 :caption: Contents: - ftc_ml/index \ No newline at end of file + ftc_ml/index