From f1fde2050053547b276e0503bb9472d4a9f001d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:05:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-features-admin.yml | 2 +- .github/workflows/ci-features-comments.yml | 2 +- .github/workflows/ci-features-conversations.yml | 2 +- .github/workflows/ci-features-crops.yml | 2 +- .github/workflows/ci-features-gardens.yml | 2 +- .github/workflows/ci-features-harvests.yml | 2 +- .github/workflows/ci-features-home.yml | 2 +- .github/workflows/ci-features-members.yml | 2 +- .github/workflows/ci-features-places.yml | 2 +- .github/workflows/ci-features-plantings.yml | 2 +- .github/workflows/ci-features-posts.yml | 2 +- .github/workflows/ci-features-seeds.yml | 2 +- .github/workflows/ci-features-timeline.yml | 2 +- .github/workflows/ci-features.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index 4bb82e4d8..1fcf634e5 100644 --- a/.github/workflows/ci-features-admin.yml +++ b/.github/workflows/ci-features-admin.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-comments.yml b/.github/workflows/ci-features-comments.yml index 108f4fad6..61e0a017a 100644 --- a/.github/workflows/ci-features-comments.yml +++ b/.github/workflows/ci-features-comments.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-conversations.yml b/.github/workflows/ci-features-conversations.yml index d8173563a..ce799a394 100644 --- a/.github/workflows/ci-features-conversations.yml +++ b/.github/workflows/ci-features-conversations.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-crops.yml b/.github/workflows/ci-features-crops.yml index a87420bf4..9a22615bc 100644 --- a/.github/workflows/ci-features-crops.yml +++ b/.github/workflows/ci-features-crops.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-gardens.yml b/.github/workflows/ci-features-gardens.yml index 44376fc20..69c1965a3 100644 --- a/.github/workflows/ci-features-gardens.yml +++ b/.github/workflows/ci-features-gardens.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-harvests.yml b/.github/workflows/ci-features-harvests.yml index ec77b8f16..f17843346 100644 --- a/.github/workflows/ci-features-harvests.yml +++ b/.github/workflows/ci-features-harvests.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots \ No newline at end of file diff --git a/.github/workflows/ci-features-home.yml b/.github/workflows/ci-features-home.yml index ebb99a958..dd7fb7eb8 100644 --- a/.github/workflows/ci-features-home.yml +++ b/.github/workflows/ci-features-home.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots \ No newline at end of file diff --git a/.github/workflows/ci-features-members.yml b/.github/workflows/ci-features-members.yml index a412dec23..d4d8f7617 100644 --- a/.github/workflows/ci-features-members.yml +++ b/.github/workflows/ci-features-members.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots \ No newline at end of file diff --git a/.github/workflows/ci-features-places.yml b/.github/workflows/ci-features-places.yml index ce662239e..69c15a058 100644 --- a/.github/workflows/ci-features-places.yml +++ b/.github/workflows/ci-features-places.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-plantings.yml b/.github/workflows/ci-features-plantings.yml index 9eb505867..30f672412 100644 --- a/.github/workflows/ci-features-plantings.yml +++ b/.github/workflows/ci-features-plantings.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-posts.yml b/.github/workflows/ci-features-posts.yml index 1969cf336..2f1a0f973 100644 --- a/.github/workflows/ci-features-posts.yml +++ b/.github/workflows/ci-features-posts.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-seeds.yml b/.github/workflows/ci-features-seeds.yml index 4263438f6..472084b87 100644 --- a/.github/workflows/ci-features-seeds.yml +++ b/.github/workflows/ci-features-seeds.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-timeline.yml b/.github/workflows/ci-features-timeline.yml index 6591d559b..a3d9b0d13 100644 --- a/.github/workflows/ci-features-timeline.yml +++ b/.github/workflows/ci-features-timeline.yml @@ -103,7 +103,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots \ No newline at end of file diff --git a/.github/workflows/ci-features.yml b/.github/workflows/ci-features.yml index d49a41059..e51b80799 100644 --- a/.github/workflows/ci-features.yml +++ b/.github/workflows/ci-features.yml @@ -112,7 +112,7 @@ jobs: - name: Upload screenshots if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: screenshots path: tmp/screenshots \ No newline at end of file