Skip to content

Commit f5d4453

Browse files
committed
CI: upgrade all Github Actions.
1 parent 0ad5e24 commit f5d4453

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
name: 'test (${{ matrix.python-version }}, HDL ${{ matrix.amaranth-version }})'
3131
steps:
3232
- name: Check out source code
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636
- name: Set up PDM
37-
uses: pdm-project/setup-pdm@v3
37+
uses: pdm-project/setup-pdm@v4
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies
@@ -60,14 +60,14 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Check out source code
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464
with:
6565
fetch-depth: 0
6666
- name: Fetch tags from upstream repository
6767
run: |
6868
git fetch --tags https://github.com/amaranth-lang/amaranth-soc.git
6969
- name: Set up PDM
70-
uses: pdm-project/setup-pdm@v3
70+
uses: pdm-project/setup-pdm@v4
7171
with:
7272
python-version: '3.12'
7373
- name: Install dependencies
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
pdm run document
7979
- name: Upload documentation archive
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: docs
8383
path: docs/_build
@@ -97,11 +97,11 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Check out source code
100-
uses: actions/checkout@v3
100+
uses: actions/checkout@v4
101101
with:
102102
fetch-depth: 0
103103
- name: Download documentation archive
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
name: docs
107107
path: docs/
@@ -130,11 +130,11 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Check out source code
133-
uses: actions/checkout@v3
133+
uses: actions/checkout@v4
134134
with:
135135
fetch-depth: 0
136136
- name: Download documentation archive
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4
138138
with:
139139
name: docs
140140
path: pages/docs/${{ github.ref_name }}/

0 commit comments

Comments
 (0)