Skip to content

Commit ee40dee

Browse files
committed
ci: upgrade deprecated actions
1 parent 7b7d28f commit ee40dee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/libvmi-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
fi
4444
4545
- name: clone libvmi
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
with:
4848
repository: libvmi/libvmi
4949
path: libvmi

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up Python 3.7 🐍
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.7'
2222

@@ -41,7 +41,7 @@ jobs:
4141
uses: ./python-libvmi/.github/actions/libvmi-setup
4242

4343
- name: Set up Python 🐍
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python }}
4747

@@ -61,7 +61,7 @@ jobs:
6161
working-directory: python-libvmi
6262

6363
- name: upload build artifact
64-
uses: actions/upload-artifact@v2
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: ${{ matrix.python }}
6767
path: "python-libvmi/dist/*.whl"
@@ -76,7 +76,7 @@ jobs:
7676
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
7777

7878
steps:
79-
- uses: actions/checkout@v2
79+
- uses: actions/checkout@v4
8080
with:
8181
path: python-libvmi
8282

@@ -85,7 +85,7 @@ jobs:
8585

8686
# download artifact in current directory
8787
- name: download build artifact
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v4
8989
with:
9090
name: ${{ matrix.python }}
9191

0 commit comments

Comments
 (0)