From 7c87ef3f50fbf8042c1288f7c5331df544ba371e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:03:49 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_compatible.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_compatible.yml b/.github/workflows/ci_compatible.yml index 2738ded2..ef36763b 100644 --- a/.github/workflows/ci_compatible.yml +++ b/.github/workflows/ci_compatible.yml @@ -44,7 +44,7 @@ jobs: - run: echo "[]" > projects.json - name: Upload placeholder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compatibility-${{ github.sha }} path: projects.json @@ -102,7 +102,7 @@ jobs: shell: python - name: Upload pytest test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compatibility-${{ github.sha }} path: projects.json