Skip to content

Commit 4b2cabd

Browse files
authored
Merge pull request #3 from FIRST-Tech-Challenge/bump-upload-artifact
Bump upload-artifact
2 parents 9322aef + 3d9071a commit 4b2cabd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Refresh Packages
14-
run: sudo apt-fast -y update
14+
run: sudo apt-get -y update
1515

1616
- name: Install Dependencies
17-
run: xargs -a dependencies sudo apt-fast install -y
17+
run: xargs -a dependencies sudo apt-get install -y
1818

1919
- name: Python Setup
2020
uses: actions/setup-python@v4
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
PR_NUMBER: ${{ github.event.number }}
3636
ID: ${{ github.run_attempt }}
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: FTCDOCS-PDF
4040
path: |
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050

5151
- name: Refresh Packages
52-
run: sudo apt-fast -y update
52+
run: sudo apt-get -y update
5353

5454
- name: Python Setup
5555
uses: actions/setup-python@v4
@@ -66,7 +66,7 @@ jobs:
6666
run: make -C docs/ html
6767

6868
- name: Archive Site
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: FTCDOCS-HTML
7272
path: 'docs/build/html'
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Archive Log
105105
if: ${{ failure() }}
106-
uses: actions/upload-artifact@v2
106+
uses: actions/upload-artifact@v4
107107
env:
108108
PR_NUMBER: ${{ github.event.number }}
109109
ID: ${{ github.run_attempt }}

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
*FIRST* Tech Challenge Archived documentation
4-
====================================
4+
=============================================
55

66
This is the archived documentation for the FIRST Tech Challenge. This documentation is no longer maintained and is provided for historical reference only.
77
For the latest documentation, please visit the `FIRST Tech Challenge documentation <https://ftc-docs.firstinspires.org/en/latest/>`_.
@@ -11,4 +11,4 @@ For the latest documentation, please visit the `FIRST Tech Challenge documentati
1111
:maxdepth: 2
1212
:caption: Contents:
1313

14-
ftc_ml/index
14+
ftc_ml/index

0 commit comments

Comments
 (0)