Skip to content

Commit 3643893

Browse files
gha: bump actions/upload-artifact from 4.3.1 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61ee20d commit 3643893

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/[email protected].1
63+
uses: actions/[email protected].3
6464
with:
6565
name: docs
6666
path: cpython/Doc/build/html
6767

6868
- name: Upload artifact - log files
6969
if: always()
70-
uses: actions/[email protected].1
70+
uses: actions/[email protected].3
7171
with:
7272
name: build-logs
7373
path: logs/*
@@ -120,7 +120,7 @@ jobs:
120120
make lint
121121
122122
- name: Upload artifact - log files
123-
uses: actions/[email protected].1
123+
uses: actions/[email protected].3
124124
with:
125125
name: lint-logs
126126
path: logs/*
@@ -172,7 +172,7 @@ jobs:
172172
run: make spell
173173

174174
- name: Upload artifact - log files
175-
uses: actions/[email protected].1
175+
uses: actions/[email protected].3
176176
with:
177177
name: pospell-logs
178178
path: logs/*
@@ -209,7 +209,7 @@ jobs:
209209
powrap compendium.po
210210
211211
- name: Upload artifact
212-
uses: actions/[email protected].1
212+
uses: actions/[email protected].3
213213
with:
214214
name: compendium
215215
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/[email protected].1
88+
uses: actions/[email protected].3
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/[email protected].1
98+
uses: actions/[email protected].3
9999
with:
100100
name: pull-logs
101101
path: |

0 commit comments

Comments
 (0)