Skip to content

Commit 68993db

Browse files
ci(dependabot): bump the actions group with 2 updates (#723)
Bumps the 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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee855d9 commit 68993db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
update_existing: true
9696

9797
- name: Upload coverage
98-
uses: actions/upload-artifact@v6
98+
uses: actions/upload-artifact@v7
9999
with:
100100
name: covreport-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.add-group }}-${{ matrix.resolution }}
101101
path: ./.coverage*
@@ -128,7 +128,7 @@ jobs:
128128
run: uv run --no-dev --group pyqt6 coverage run -p -m pytest -v
129129

130130
- name: Upload coverage
131-
uses: actions/upload-artifact@v6
131+
uses: actions/upload-artifact@v7
132132
with:
133133
name: covreport-mindeps-${{ matrix.os }}-py${{ matrix.python-version }}
134134
path: ./.coverage*
@@ -184,7 +184,7 @@ jobs:
184184
contents: write
185185
steps:
186186
- name: Download built artifact to dist/
187-
uses: actions/download-artifact@v7
187+
uses: actions/download-artifact@v8
188188
with:
189189
name: Packages
190190
path: dist

0 commit comments

Comments
 (0)