Skip to content

Commit 2542c06

Browse files
dependabot[bot]tim-schilling
authored andcommitted
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) Updates `zizmorcore/zizmor-action` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e673c39...e639db9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 317b84c commit 2542c06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
COVERAGE_FILE: ".coverage.mysql.${{ matrix.python-version }}"
7979

8080
- name: Store coverage file
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: coverage-mysql-${{ matrix.python-version }}
8484
path: .coverage.mysql.${{ matrix.python-version }}*
@@ -178,7 +178,7 @@ jobs:
178178
COVERAGE_FILE: ".coverage.${{ matrix.database }}.${{ matrix.python-version }}"
179179

180180
- name: Store coverage file
181-
uses: actions/upload-artifact@v4
181+
uses: actions/upload-artifact@v5
182182
with:
183183
name: coverage-${{ matrix.database }}-${{ matrix.python-version }}
184184
path: .coverage.${{ matrix.database }}.${{ matrix.python-version }}*
@@ -231,7 +231,7 @@ jobs:
231231
COVERAGE_FILE: ".coverage.sqlite.${{ matrix.python-version }}"
232232

233233
- name: Store coverage file
234-
uses: actions/upload-artifact@v4
234+
uses: actions/upload-artifact@v5
235235
with:
236236
name: coverage-sqlite-${{ matrix.python-version }}
237237
path: .coverage.sqlite.${{ matrix.python-version }}*
@@ -291,7 +291,7 @@ jobs:
291291
# Persist the credentials because coverage_comment needs them too.
292292
persist-credentials: true
293293

294-
- uses: actions/download-artifact@v4
294+
- uses: actions/download-artifact@v6
295295
id: download
296296
with:
297297
pattern: coverage-*
@@ -305,7 +305,7 @@ jobs:
305305
MERGE_COVERAGE_FILES: true
306306

307307
- name: Store Pull Request comment to be posted
308-
uses: actions/upload-artifact@v4
308+
uses: actions/upload-artifact@v5
309309
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
310310
with:
311311
name: python-coverage-comment-action

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Run zizmor 🌈
26-
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
26+
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0

0 commit comments

Comments
 (0)