Skip to content

Commit 81b6fa2

Browse files
dependabot[bot]gpetretto
authored andcommitted
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6298ec commit 81b6fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Upload coverage files as artifact for coverage upload job
156156
if: ${{ matrix.config.os == 'ubuntu-latest' && matrix.config.resolution == 'highest' }}
157-
uses: actions/upload-artifact@v6
157+
uses: actions/upload-artifact@v7
158158
with:
159159
name: coverage-files-artifact-${{ matrix.config.python }}
160160
if-no-files-found: error
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Upload DB dump
165165
if: failure()
166-
uses: actions/upload-artifact@v6
166+
uses: actions/upload-artifact@v7
167167
with:
168168
name: db_dump_${{ matrix.config.os }}_${{ matrix.config.python }}_${{ matrix.config.resolution }}
169169
path: test_folder

0 commit comments

Comments
 (0)