Skip to content

Commit 3aac032

Browse files
Update build.yml
1 parent 51c4fd2 commit 3aac032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pipx run twine check dist/*
2727

2828
- name: Archive wheel
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: wheel
3232
path: ${{ github.workspace }}/dist/
@@ -83,7 +83,7 @@ jobs:
8383
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
8484

8585
- name: Archive bundles
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: bundles
8989
path: ${{ github.workspace }}/bundles/

0 commit comments

Comments
 (0)