We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c4fd2 commit 3aac032Copy full SHA for 3aac032
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pipx run twine check dist/*
27
28
- name: Archive wheel
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: wheel
32
path: ${{ github.workspace }}/dist/
@@ -83,7 +83,7 @@ jobs:
83
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
84
85
- name: Archive bundles
86
87
88
name: bundles
89
path: ${{ github.workspace }}/bundles/
0 commit comments