Skip to content

Commit f34ef0e

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the 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 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cbae0c commit f34ef0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
./pytest_runner.sh
7676
7777
- name: Upload coverage results
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: coverage-${{ matrix.python-version }}-os-${{ matrix.os }}
8181
path: reports/*
@@ -113,7 +113,7 @@ jobs:
113113
run: pip install -I -r requirements-test.txt
114114

115115
- name: Download all coverage reports
116-
uses: actions/download-artifact@v5
116+
uses: actions/download-artifact@v6
117117
with:
118118
path: reports/
119119
pattern: coverage-*

0 commit comments

Comments
 (0)