Skip to content

Commit 158b472

Browse files
committed
ci: update checkout and artifact actions
1 parent a28f50d commit 158b472

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: Set up Python
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Upload dist
3333
if: github.repository == 'westerndigitalcorporation/pyvcd'
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: pyvcd-dist
3737
path: "dist/*"
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Retrieve package
51-
uses: actions/download-artifact@v3
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: pyvcd-dist
5454
path: "dist"
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.9']
7373

7474
steps:
75-
- uses: actions/checkout@v3
75+
- uses: actions/checkout@v4
7676
- name: Set up Python ${{ matrix.python-version }}
7777
uses: actions/setup-python@v4
7878
with:
@@ -90,7 +90,7 @@ jobs:
9090
lint:
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/checkout@v3
93+
- uses: actions/checkout@v4
9494
- name: Set up Python
9595
uses: actions/setup-python@v4
9696
with:
@@ -107,7 +107,7 @@ jobs:
107107
if: github.repository == 'westerndigitalcorporation/pyvcd'
108108
runs-on: ubuntu-latest
109109
steps:
110-
- uses: actions/checkout@v3
110+
- uses: actions/checkout@v4
111111
- name: Set up Python
112112
uses: actions/setup-python@v4
113113
with:

0 commit comments

Comments
 (0)