Skip to content

Commit 03affe8

Browse files
authored
Merge branch 'main' into main
2 parents 3a35b3b + 4b2cabd commit 03affe8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
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 }}

0 commit comments

Comments
 (0)