From 69b1aa9cabf0d8e90f3f624c73c4e0781f653f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 12:27:57 +0200 Subject: [PATCH] Bump actions/upload-artifact from 3.1.2 to 4.3.3 (#315) * Bump actions/upload-artifact from 3.1.2 to 4.3.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Bump actions/download-artifact from 3.0.2 to 4.1.7 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mib1185 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 862c891..85f5ae6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: - name: Upload coverage data if: matrix.python-version == '3.10' - uses: "actions/upload-artifact@v3.1.2" + uses: "actions/upload-artifact@v4.3.3" with: name: coverage-data path: ".coverage.*" @@ -100,7 +100,7 @@ jobs: pip install coverage[toml] - name: Download coverage data - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data