Skip to content

Commit 30098ba

Browse files
committed
hotfix CI: update actions versions
1 parent 6ca888d commit 30098ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up Python 3.9
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: 3.9
2727

@@ -60,7 +60,7 @@ jobs:
6060
- { os: macos-latest, arch: universal2 }
6161

6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v4
6464
with:
6565
fetch-depth: '0'
6666

@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
output-dir: dist
7373

74-
- uses: actions/upload-artifact@v2
74+
- uses: actions/upload-artifact@v4
7575
with:
7676
path: ./dist/*.whl
7777

@@ -85,12 +85,12 @@ jobs:
8585
python-version: [3.9]
8686

8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: '0'
9191

9292
- name: Set up Python ${{ matrix.python-version }}
93-
uses: actions/setup-python@v2
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696

@@ -112,7 +112,7 @@ jobs:
112112
# PEP 517 package builder from pypa
113113
python -m build --sdist --outdir dist .
114114
115-
- uses: actions/upload-artifact@v2
115+
- uses: actions/upload-artifact@v4
116116
# if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
117117
with:
118118
path: dist/*.tar.gz
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123

124124
steps:
125-
- uses: actions/download-artifact@v2
125+
- uses: actions/download-artifact@v4
126126
with:
127127
name: artifact
128128
path: dist

0 commit comments

Comments
 (0)