We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342924a commit 308ef91Copy full SHA for 308ef91
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-22.04
9
steps:
10
- name: Checkout source
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- name: Install pyproject-build
14
run: pipx install build
@@ -17,7 +17,7 @@ jobs:
17
run: pyproject-build
18
19
- name: Upload artifact
20
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
21
with:
22
name: dist
23
path: ./dist/*
@@ -32,7 +32,7 @@ jobs:
32
id-token: write
33
34
- name: Download artifacts
35
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
36
37
38
path: dist
0 commit comments