File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
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 : |
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
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 }}
You can’t perform that action at this time.
0 commit comments