From 6d6a0fd7ef8a9d874949a09fcd37c6c42058cc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 10:06:08 +0100 Subject: [PATCH] CI workflow - Bump the all group with 2 updates (#3931) --- .github/workflows/pypi-release.yml | 6 ++-- .../test-stack-reusable-workflow.yml | 32 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 4dd260c8..1eca7a3a 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -21,7 +21,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: dist/ @@ -34,7 +34,7 @@ jobs: - build steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-package-distributions path: dist/ @@ -93,7 +93,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 98fcec6e..080247d0 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -71,7 +71,7 @@ jobs: docker save test-changedetectionio -o /tmp/test-changedetectionio.tar - name: Upload Docker image artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp/test-changedetectionio.tar @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -116,7 +116,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -165,14 +165,14 @@ jobs: - name: Store test artifacts if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-cdio-basic-tests-output-py${{ env.PYTHON_VERSION }} path: output-logs - name: Store CLI test output if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-cdio-cli-opts-output-py${{ env.PYTHON_VERSION }} path: cli-opts-output.txt @@ -188,7 +188,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -230,7 +230,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -270,7 +270,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -306,7 +306,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -334,7 +334,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -504,7 +504,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -544,7 +544,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -574,7 +574,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -598,7 +598,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -643,7 +643,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-changedetectionio-${{ env.PYTHON_VERSION }} path: /tmp @@ -820,7 +820,7 @@ jobs: - name: Upload upgrade test logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: upgrade-test-logs-py${{ env.PYTHON_VERSION }} path: /tmp/upgrade-test.log