diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index 539bafd8e..55d998fca 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-comments.yml b/.github/workflows/ci-features-comments.yml index 3aba86370..03619f2cb 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-conversations.yml b/.github/workflows/ci-features-conversations.yml index 225b9a129..f3d7cc8c9 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-crops.yml b/.github/workflows/ci-features-crops.yml index 70a69a7da..9246e97b6 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-gardens.yml b/.github/workflows/ci-features-gardens.yml index b48002eb3..d687193b6 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-harvests.yml b/.github/workflows/ci-features-harvests.yml index 00eedbb9a..42bddd905 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@v4 + uses: actions/upload-artifact@v5 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 f58358f28..10824dce8 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@v4 + uses: actions/upload-artifact@v5 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 9fa4a307d..88bf807ff 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@v4 + uses: actions/upload-artifact@v5 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 f65b2185b..9f4c51d8f 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-plantings.yml b/.github/workflows/ci-features-plantings.yml index eafa326c9..ecf5b25ae 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-posts.yml b/.github/workflows/ci-features-posts.yml index 4d58f546c..de4fd3945 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-seeds.yml b/.github/workflows/ci-features-seeds.yml index e5d5bdbb3..540507370 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots diff --git a/.github/workflows/ci-features-timeline.yml b/.github/workflows/ci-features-timeline.yml index 0ddc0660d..67fab40e1 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@v4 + uses: actions/upload-artifact@v5 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 4b5afc437..8f3d57114 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@v4 + uses: actions/upload-artifact@v5 with: name: screenshots path: tmp/screenshots \ No newline at end of file