Skip to content

Commit d5a2945

Browse files
gha: bump actions/upload-artifact in the all-github-actions group
Bumps the all-github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f836407 commit d5a2945

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
6363
- name: Upload artifact - docs
6464
if: steps.build.outcome == 'success'
65-
uses: actions/[email protected].5
65+
uses: actions/[email protected].6
6666
with:
6767
name: docs
6868
path: cpython/Doc/build/html
6969

7070
- name: Upload artifact - log files
7171
if: always()
72-
uses: actions/[email protected].5
72+
uses: actions/[email protected].6
7373
with:
7474
name: build-logs
7575
path: logs/*
@@ -122,7 +122,7 @@ jobs:
122122
make lint
123123
124124
- name: Upload artifact - log files
125-
uses: actions/[email protected].5
125+
uses: actions/[email protected].6
126126
with:
127127
name: lint-logs
128128
path: logs/*
@@ -174,7 +174,7 @@ jobs:
174174
run: make spell
175175

176176
- name: Upload artifact - log files
177-
uses: actions/[email protected].5
177+
uses: actions/[email protected].6
178178
with:
179179
name: pospell-logs
180180
path: logs/*
@@ -211,7 +211,7 @@ jobs:
211211
powrap compendium.po
212212
213213
- name: Upload artifact
214-
uses: actions/[email protected].5
214+
uses: actions/[email protected].6
215215
with:
216216
name: compendium
217217
path: compendium.po

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
TX_TOKEN: ${{ secrets.TX_TOKEN }}
8181

8282
- name: Upload artifact - po files
83-
uses: actions/[email protected].5
83+
uses: actions/[email protected].6
8484
with:
8585
name: translations
8686
path: |
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Upload artifact - log files
9292
if: always()
93-
uses: actions/[email protected].5
93+
uses: actions/[email protected].6
9494
with:
9595
name: pull-logs
9696
path: |

0 commit comments

Comments
 (0)