Skip to content

Commit 89829d5

Browse files
Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the actions group (python#166)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d6948d commit 89829d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
104+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
146+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
147147
with:
148148
name: docs
149149
path: |

0 commit comments

Comments
 (0)