Skip to content

Commit 429b096

Browse files
authored
Update github actions action versions (#75)
1 parent 342924a commit 429b096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout source
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Install pyproject-build
1414
run: pipx install build
@@ -17,7 +17,7 @@ jobs:
1717
run: pyproject-build
1818

1919
- name: Upload artifact
20-
uses: actions/upload-artifact@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: dist
2323
path: ./dist/*
@@ -32,7 +32,7 @@ jobs:
3232
id-token: write
3333
steps:
3434
- name: Download artifacts
35-
uses: actions/download-artifact@v3
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: dist
3838
path: dist

0 commit comments

Comments
 (0)