Skip to content

Commit 875f61d

Browse files
gha: bump the all-github-actions group with 2 updates
Bumps the all-github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: actions/download-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 0210e90 commit 875f61d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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].3
65+
uses: actions/[email protected].4
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].3
72+
uses: actions/[email protected].4
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].3
125+
uses: actions/[email protected].4
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].3
177+
uses: actions/[email protected].4
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].3
214+
uses: actions/[email protected].4
215215
with:
216216
name: compendium
217217
path: compendium.po

.github/workflows/update.yml

+3-3
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].3
83+
uses: actions/[email protected].4
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].3
93+
uses: actions/[email protected].4
9494
with:
9595
name: pull-logs
9696
path: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/[email protected]
111111

112112
- name: Download PO files
113-
uses: actions/[email protected].7
113+
uses: actions/[email protected].8
114114
with:
115115
name: translations
116116

0 commit comments

Comments
 (0)