Skip to content

Commit 55b14c2

Browse files
Bump actions/upload-artifact from 3 to 4
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]>
1 parent b7115df commit 55b14c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: python -m build
241241

242242
- name: Upload distribution files
243-
uses: actions/upload-artifact@v3
243+
uses: actions/upload-artifact@v4
244244
with:
245245
name: dist-packages
246246
path: dist/
@@ -304,7 +304,7 @@ jobs:
304304
mike set-default $MIKE_VERSION
305305
306306
- name: Upload site
307-
uses: actions/upload-artifact@v3
307+
uses: actions/upload-artifact@v4
308308
with:
309309
name: docs-site
310310
path: site/

0 commit comments

Comments
 (0)