From 5351b61e298747875f2b48f22121e0f732fad0af Mon Sep 17 00:00:00 2001 From: ShiranAvidov Date: Tue, 23 Jul 2024 16:07:42 +0000 Subject: [PATCH 1/2] update version --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index d01ed3ad7..219b319e9 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.1.35 +v1.1.36 From 05e8876cb7c587839d4de0cb25270aa68a70bea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:08:45 +0000 Subject: [PATCH 2/2] 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/update-and-validate-manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-and-validate-manifest.yml b/.github/workflows/update-and-validate-manifest.yml index e2512459a..573d66359 100644 --- a/.github/workflows/update-and-validate-manifest.yml +++ b/.github/workflows/update-and-validate-manifest.yml @@ -41,7 +41,7 @@ jobs: f.truncate(0) json.dump(configs, f) - name: Upload manifest to workflow artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: manifest path: manifest.json