diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 887421a..2d8a54c 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -68,7 +68,7 @@ jobs: run: make tests - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 - name: Codecov uses: codecov/codecov-action@v5 diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index c99a2fb..08eae8e 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -65,7 +65,7 @@ jobs: run: make docker-deps - name: Download pre-existing artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 - name: Run all Standard Tests run: make tests diff --git a/.github/workflows/pushed-to-github.yml b/.github/workflows/pushed-to-github.yml index 0f3c141..0cb04b7 100644 --- a/.github/workflows/pushed-to-github.yml +++ b/.github/workflows/pushed-to-github.yml @@ -76,4 +76,4 @@ jobs: run: make unit-tests - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index c00c7c2..a88e09d 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -79,7 +79,7 @@ jobs: run: make tests - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 # To create the plugin .zip archive build_plugin: diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 67dff92..f02504d 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -81,7 +81,7 @@ jobs: run: make tests - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 # To create the plugin .zip archive build_plugin: