diff --git a/.github/workflows/ci-features-admin.yml b/.github/workflows/ci-features-admin.yml index ac2be25f8d..8741ce1763 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 28e0bfe15b..bbf3cad849 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 90f7164ed0..573cea26b7 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 3e08923d7e..b69a277ef6 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 13af56a78d..cbda0f7165 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 b39712eceb..1f2c2f079c 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 d90a593bba..8802673839 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 33eb5b842f..b46cbff01b 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 1e583a6507..423ac44a8d 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 7ca19cccff..44a7e84eb4 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 8719baded0..726d4cee90 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 d797fad322..fc77f2dda9 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 084a739e1a..56a25c3dfd 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 f0d6567859..62c330a508 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