Skip to content

Commit 27d4ca0

Browse files
authored
Update ctypeslib-linux.yml
update actions versions
1 parent ab18de7 commit 27d4ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ctypeslib-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build & inspect our package.
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
# get all history and tags for setuptools_scm to find the right version
1616
fetch-depth: 0
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package wheel
2121
run: python -m build -w
2222
- name: Upload built artifacts.
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
# By default, the artifacts and log files generated by workflows are retained for 90 days before they are automatically deleted.
2525
with:
2626
name: Packages
@@ -41,9 +41,9 @@ jobs:
4141
clang-version: ['11', '12', '13', '14', '15']
4242

4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Set up Python
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install Clang

0 commit comments

Comments
 (0)