Skip to content

Commit b271c28

Browse files
Bump actions/upload-artifact from 3 to 4 (#205)
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 943f981 commit b271c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: sphinx-build -W -n -T -b man docs build/sphinx/man
4646

4747
- name: Upload docs as artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: Docs
5151
path: build/sphinx/
@@ -109,7 +109,7 @@ jobs:
109109
- run: python -m build
110110

111111
- name: Upload packages as artifact
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: Packages
115115
path: dist/

0 commit comments

Comments
 (0)