From 14d28b8465f9ff61f48e14f6c65f6d9499299f64 Mon Sep 17 00:00:00 2001 From: Harrison Hassig Date: Mon, 3 Feb 2025 09:22:35 +0100 Subject: [PATCH 1/3] Update readme to include migration instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54dfbd7..dae5790 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ And then execute: ```bash bundle +bin/rails decidim_superspaces:install:migrations db:migrate ``` ## Contributing From df6e3f7a3f23321d791ea2c23a66d50f7c2ec349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Bol=C3=ADvar?= Date: Mon, 3 Feb 2025 09:26:48 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dae5790..a5f83eb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ And then execute: ```bash bundle -bin/rails decidim_superspaces:install:migrations db:migrate +bin/rails decidim_superspaces:install:migrations +bin/rails db:migrate ``` ## Contributing From bf4039ec34c5aa4526174705057266d2432e0439 Mon Sep 17 00:00:00 2001 From: Harrison Hassig Date: Mon, 3 Feb 2025 09:32:54 +0100 Subject: [PATCH 3/3] Migration to artifact v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a31402b..c58c765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - run: bundle exec rspec name: RSpec - uses: codecov/codecov-action@v3 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: screenshots