8000 gha: bump actions/upload-artifact from 4.1.0 to 4.2.0 (#165) · python/python-docs-pt-br@8075aca · GitHub
[go: up one dir, main page]

Skip to content

Commit 8075aca

Browse files
gha: bump actions/upload-artifact from 4.1.0 to 4.2.0 (#165)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f3c2f6 commit 8075aca

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
6161
- name: Upload artifact - docs
6262
if: steps.build.outcome == 'success'
63-
uses: actions/upload-artifact@v4.1.0
63+
uses: actions/upload-artifact@v4.2.0
6464
with:
6565
name: docs
6666
path: cpython/Doc/build/html
6767

6868
- name: Upload artifact - log files
6969
if: always()
70-
uses: actions/upload-artifact@v4.1.0
70+
uses: actions/upload-artifact@v4.2.0
7171
with:
7272
name: build-logs
7373
path: logs/*
@@ -117,7 +117,7 @@ jobs:
117117
make lint
118118
119119
- name: Upload artifact - log files
120-
uses: actions/upload-artifact@v4.1.0
120+
uses: actions/upload-artifact@v4.2.0
121121
with:
122122
name: lint-logs
123123
path: logs/*
@@ -166,7 +166,7 @@ jobs:
166166
run: make spell
167167

168168
- name: Upload artifact - log files
169-
uses: actions/upload-artifact@v4.1.0
169+
uses: actions/upload-artifact@v4.2.0
170170
with:
171171
name: pospell-logs
172172
path: logs/*
@@ -203,7 +203,7 @@ jobs:
203203
powrap compendium.po
204204
205205
- name: Upload artifact
206-
uses: actions/upload-artifact@v4.1.0
206+
uses: actions/upload-artifact@v4.2.0
207207
with:
208208
name: compendium
209209
path: compendium.po

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
TX_TOKEN: ${{ secrets.TX_TOKEN }}
8686

8787
- name: Upload artifact - po files
88-
uses: actions/upload-artifact@v4.1.0
88+
uses: actions/upload-artifact@v4.2.0
8989
with:
9090
name: translations
9191
path: |
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Upload artifact - log files
9797
if: always()
98-
uses: actions/upload-artifact@v4.1.0
98+
uses: actions/upload-artifact@v4.2.0
9999
with:
100100
name: pull-logs
101101
path: |

0 commit comments

Comments
 (0)
0