Skip to content

Commit bbcc08d

Browse files
Bump the actions group with 2 updates (#219)
1 parent 0524e67 commit bbcc08d

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
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
108+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
151+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
152152
with:
153153
name: docs
154154
path: |
@@ -160,7 +160,7 @@ jobs:
160160
- build-source
161161
steps:
162162
- name: "Download the source artifacts"
163-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
163+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
164164
with:
165165
name: source
166166

0 commit comments

Comments
 (0)