Skip to content

Commit b151a8a

Browse files
authored
Merge pull request #122 from python/dependabot/github_actions/actions-8d23c9f30c
Bump the actions group with 3 updates
2 parents b4272b4 + 39f68f9 commit b151a8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python ../release.py --export ${{ inputs.cpython_release }} --skip-docs
7474
7575
- name: "Upload the source artifacts"
76-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
76+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7777
with:
7878
name: source
7979
path: |
@@ -116,7 +116,7 @@ jobs:
116116
SPHINXOPTS="-j10" make dist
117117
118118
- name: "Upload the docs artifacts"
119-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
119+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
120120
with:
121121
name: docs
122122
path: |
@@ -128,7 +128,7 @@ jobs:
128128
- build-source
129129
steps:
130130
- name: "Download the source artifacts"
131-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
131+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
132132
with:
133133
name: source
134134

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
pytest tests/ --cov . --cov tests --cov-report term --cov-report xml
2323
2424
- name: Upload coverage
25-
uses: codecov/codecov-action@v3.1.5
25+
uses: codecov/codecov-action@v4.3.0

0 commit comments

Comments
 (0)