Skip to content

Commit 8b28969

Browse files
committed
Bump GitHub action versions
1 parent 25a9978 commit 8b28969

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Python 3.10
2525
uses: actions/setup-python@v4
2626
with:
@@ -32,13 +32,13 @@ jobs:
3232
virtualenvs-in-project: true
3333
- name: Load cached venv
3434
id: cached-poetry-dependencies
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: .venv
3838
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
3939
- name: Cache pre-commit environments
4040
id: cache-pre-commit
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.cache/pre-commit
4444
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build artifact
5555
run: poetry build -f wheel
5656
- name: Store binary
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: ${{ env.BIN_NAME }}
6060
path: dist/kalm_benchmark-*.whl

0 commit comments

Comments
 (0)