8000 Bump the actions group with 2 updates (#229) · python/release-tools@875fc41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 875fc41

Browse files
Bump the actions group with 2 updates (#229)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 834bd43 commit 875fc41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
108108
109109
- name: "Upload the source artifacts"
110-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
110+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111111
with:
112112
name: source
113113
path: |
@@ -150,7 +150,7 @@ jobs:
150150
SPHINXOPTS="-j10" make dist
151151
152152
- name: "Upload the docs artifacts"
153-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
153+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154154
with:
155155
name: docs
156156
path: |
@@ -162,7 +162,7 @@ jobs:
162162
- build-source
163163
steps:
164164 5717
- name: "Download the source artifacts"
165-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
165+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
166166
with:
167167
name: source
168168