Skip to content

Commit af610e0

Browse files
committed
Fix build
1 parent 2777aad commit af610e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
1616

17+
1718
jobs:
1819
lint:
1920
runs-on: ubuntu-latest
@@ -57,7 +58,7 @@ jobs:
5758
- name: Build
5859
run: python -m build
5960

60-
- uses: actions/upload-artifact@v3
61+
- uses: actions/upload-artifact@v4
6162
with:
6263
name: dist
6364
path: |

0 commit comments

Comments
 (0)