@@ -31,11 +31,11 @@ jobs:
31
31
name : ' test (${{ matrix.python-version }}, HDL ${{ matrix.amaranth-version }})'
32
32
steps :
33
33
- name : Check out source code
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
with :
36
36
fetch-depth : 0
37
37
- name : Set up PDM
38
- uses : pdm-project/setup-pdm@v3
38
+ uses : pdm-project/setup-pdm@v4
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Install dependencies
@@ -61,14 +61,14 @@ jobs:
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Check out source code
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
fetch-depth : 0
67
67
- name : Fetch tags from upstream repository
68
68
run : |
69
69
git fetch --tags https://github.com/amaranth-lang/amaranth-stdio.git
70
70
- name : Set up PDM
71
- uses : pdm-project/setup-pdm@v3
71
+ uses : pdm-project/setup-pdm@v4
72
72
with :
73
73
python-version : ' 3.12'
74
74
- name : Install dependencies
78
78
run : |
79
79
pdm run document
80
80
- name : Upload documentation archive
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : docs
84
84
path : docs/_build
@@ -98,11 +98,11 @@ jobs:
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : Check out source code
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
with :
103
103
fetch-depth : 0
104
104
- name : Download documentation archive
105
- uses : actions/download-artifact@v3
105
+ uses : actions/download-artifact@v4
106
106
with :
107
107
name : docs
108
108
path : docs/
@@ -131,11 +131,11 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
steps :
133
133
- name : Check out source code
134
- uses : actions/checkout@v3
134
+ uses : actions/checkout@v4
135
135
with :
136
136
fetch-depth : 0
137
137
- name : Download documentation archive
138
- uses : actions/download-artifact@v3
138
+ uses : actions/download-artifact@v4
139
139
with :
140
140
name : docs
141
141
path : pages/docs/${{ github.ref_name }}/
0 commit comments