Skip to content

Commit 3c5ac18

Browse files
Bump actions/upload-artifact from 3 to 4 (#7)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de5a759 commit 3c5ac18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx run twine check dist/*
2424

2525
- name: Archive wheel
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: wheel
2929
path: ${{ github.workspace }}/dist/
@@ -107,7 +107,7 @@ jobs:
107107
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --package_folder_prefix ${{ steps.pkg-name.outputs.pkg-name }} --library_location .
108108

109109
- name: Archive bundles
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: bundles
113113
path: ${{ github.workspace }}/bundles/
@@ -132,7 +132,7 @@ jobs:
132132
run: sphinx-build -E -W -b html . _build/html
133133

134134
- name: Archive docs
135-
uses: actions/upload-artifact@v3
135+
uses: actions/upload-artifact@v4
136136
with:
137137
name: docs
138138
path: ${{ github.workspace }}/docs/_build/html

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Archive bundles
5353
if: github.event_name == 'workflow_dispatch'
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: bundles
5757
path: ${{ github.workspace }}/bundles/

0 commit comments

Comments
 (0)