Skip to content

Commit 3a6e017

Browse files
CI(dependabot): Bump actions/upload-artifact from 5 to 6 (#75)
* CI(dependabot): Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * CI: Clear cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berchet <adrien.berchet@epfl.ch>
1 parent 3354e78 commit 3a6e017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages:
3434
poppler-utils
3535
imagemagick
36-
version: 1.0
36+
version: 1.1
3737
- name: Cache tox and precommit environments
3838
uses: actions/cache@v4
3939
with:
@@ -70,7 +70,7 @@ jobs:
7070
name: "data-validation-framework-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
- name: Upload test artifacts
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
if: always()
7575
with:
7676
name: tests-${{ matrix.python-version }}-${{ matrix.min_versions }}

0 commit comments

Comments
 (0)