8000 Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the actions group · python/release-tools@33041b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33041b8

Browse files
Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the actions group
Bumps the actions group with 1 update: [actio 8000 ns/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6922a3c commit 33041b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
106106
107107
- name: "Upload the source artifacts"
108-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
108+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
109109
with:
110110
name: source
111111
path: |
@@ -148,7 +148,7 @@ jobs:
148148
SPHINXOPTS="-j10" make dist
149149
150150
- name: "Upload the docs artifacts"
151-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
151+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
152152
with:
153153
name: docs
154154
path: |

0 commit comments

Comments
 (0)
0