Skip to content

Commit ad2d64f

Browse files
Bump the actions group with 2 updates (#154)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe9236f commit ad2d64f

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
@@ -101,7 +101,7 @@ jobs:
101101
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
102102
103103
- name: "Upload the source artifacts"
104-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
104+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
105105
with:
106106
name: source
107107
path: |
@@ -143,7 +143,7 @@ jobs:
143143
SPHINXOPTS="-j10" make dist
144144
145145
- name: "Upload the docs artifacts"
146-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
146+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
147147
with:
148148
name: docs
149149
path: |
@@ -155,7 +155,7 @@ jobs:
155155
- build-source
156156
steps:
157157
- name: "Download the source artifacts"
158-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
158+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
159159
with:
160160
name: source
161161

0 commit comments

Comments
 (0)