Skip to content

Commit f43669d

Browse files
committed
CI: upgrade all Github Actions.
1 parent 3e598c6 commit f43669d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
name: 'test (${{ matrix.python-version }}, HDL ${{ matrix.amaranth-version }})'
3232
steps:
3333
- name: Check out source code
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
3737
- name: Set up PDM
38-
uses: pdm-project/setup-pdm@v3
38+
uses: pdm-project/setup-pdm@v4
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install dependencies
@@ -61,14 +61,14 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Check out source code
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
with:
6666
fetch-depth: 0
6767
- name: Fetch tags from upstream repository
6868
run: |
6969
git fetch --tags https://github.com/amaranth-lang/amaranth-stdio.git
7070
- name: Set up PDM
71-
uses: pdm-project/setup-pdm@v3
71+
uses: pdm-project/setup-pdm@v4
7272
with:
7373
python-version: '3.12'
7474
- name: Install dependencies
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
pdm run document
8080
- name: Upload documentation archive
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: docs
8484
path: docs/_build
@@ -98,11 +98,11 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Check out source code
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@v4
102102
with:
103103
fetch-depth: 0
104104
- name: Download documentation archive
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
with:
107107
name: docs
108108
path: docs/
@@ -131,11 +131,11 @@ jobs:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- name: Check out source code
134-
uses: actions/checkout@v3
134+
uses: actions/checkout@v4
135135
with:
136136
fetch-depth: 0
137137
- name: Download documentation archive
138-
uses: actions/download-artifact@v3
138+
uses: actions/download-artifact@v4
139139
with:
140140
name: docs
141141
path: pages/docs/${{ github.ref_name }}/

0 commit comments

Comments
 (0)