Skip to content

Commit ae0e2ee

Browse files
committed
[ci] Update actions to Node 20 version
1 parent fe2c427 commit ae0e2ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.x'
2424
cache: pip
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Set up Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: "3.8"
4141
cache: pip
@@ -89,7 +89,7 @@ jobs:
8989
python -m pip install -r dev-requirements.txt
9090
python -m pip install "sphinx${{ matrix.sphinx-version }}"
9191
- name: Download sdist and wheel artifacts
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
with:
9494
name: my-dist
9595
path: dist
@@ -132,7 +132,7 @@ jobs:
132132
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
133133
steps:
134134
- name: Download sdist and wheel artifacts
135-
uses: actions/download-artifact@v3
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: my-dist
138138
path: dist

0 commit comments

Comments
 (0)