This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-11-test by this push:
     new e806e27f79d chore(deps): bump actions/upload-artifact from 4 to 7 
(#63091)
e806e27f79d is described below

commit e806e27f79d5f258d5986972f3e5832639d96954
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 10:45:28 2026 +0100

    chore(deps): bump actions/upload-artifact from 4 to 7 (#63091)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/ci-image-checks.yml                | 2 +-
 .github/workflows/finalize-tests.yml                 | 2 +-
 .github/workflows/generate-constraints.yml           | 2 +-
 .github/workflows/helm-tests.yml                     | 2 +-
 .github/workflows/k8s-tests.yml                      | 4 ++--
 .github/workflows/prod-image-build.yml               | 2 +-
 .github/workflows/release_single_dockerhub_image.yml | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/ci-image-checks.yml 
b/.github/workflows/ci-image-checks.yml
index 25a44c6a7d2..d904ce855f7 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -292,7 +292,7 @@ jobs:
           retention-days: '2'
         if: steps.restore-docs-inventory-cache != 'true'
       - name: "Upload build docs"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
 # v4.6.2
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
 # v7.0.0
         with:
           name: airflow-docs
           path: './docs/_build'
diff --git a/.github/workflows/finalize-tests.yml 
b/.github/workflows/finalize-tests.yml
index 7fdd8c8fee2..f4432d9966c 100644
--- a/.github/workflows/finalize-tests.yml
+++ b/.github/workflows/finalize-tests.yml
@@ -209,7 +209,7 @@ jobs:
             --pattern "**/warnings-*.txt" \
             --output ./files
       - name: "Upload artifact for summarized warnings"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
 # v4.6.2
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
 # v7.0.0
         with:
           name: test-summarized-warnings
           path: ./files/warn-summary-*.txt
diff --git a/.github/workflows/generate-constraints.yml 
b/.github/workflows/generate-constraints.yml
index ccfe1030d5a..69441831375 100644
--- a/.github/workflows/generate-constraints.yml
+++ b/.github/workflows/generate-constraints.yml
@@ -117,7 +117,7 @@ jobs:
             --answer yes --python "${PYTHON_VERSION}" --chicken-egg-providers 
fab
         if: inputs.generate-pypi-constraints == 'true'
       - name: "Upload constraint artifacts"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
 # v4.6.2
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
 # v7.0.0
         with:
           name: constraints-${{ matrix.python-version }}
           path: ./files/constraints-${{ matrix.python-version 
}}/constraints-*.txt
diff --git a/.github/workflows/helm-tests.yml b/.github/workflows/helm-tests.yml
index 2b72e08be7d..757ffa1828a 100644
--- a/.github/workflows/helm-tests.yml
+++ b/.github/workflows/helm-tests.yml
@@ -136,7 +136,7 @@ jobs:
           breeze release-management generate-issue-content-helm-chart 
--limit-pr-count 10
           --latest --verbose
       - name: "Upload Helm artifacts"
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: Helm artifacts
           path: ./dist/airflow-*
diff --git a/.github/workflows/k8s-tests.yml b/.github/workflows/k8s-tests.yml
index 40f73e3c59c..bb32652d51b 100644
--- a/.github/workflows/k8s-tests.yml
+++ b/.github/workflows/k8s-tests.yml
@@ -105,7 +105,7 @@ jobs:
       - name: "\
           Upload KinD logs on failure ${{ matrix.executor }}-${{ 
matrix.kubernetes-combo }}-\
           ${{ matrix.use-standard-naming }}"
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: failure() || cancelled()
         with:
           name: "\
@@ -116,7 +116,7 @@ jobs:
       - name: "\
           Upload test resource logs on failure ${{ matrix.executor }}-${{ 
matrix.kubernetes-combo }}-\
           ${{ matrix.use-standard-naming }}"
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: failure() || cancelled()
         with:
           name: "\
diff --git a/.github/workflows/prod-image-build.yml 
b/.github/workflows/prod-image-build.yml
index 4a244dadd83..8b91dc0663e 100644
--- a/.github/workflows/prod-image-build.yml
+++ b/.github/workflows/prod-image-build.yml
@@ -173,7 +173,7 @@ jobs:
           breeze release-management prepare-provider-packages fab 
--package-format wheel
         if: inputs.upload-package-artifact == 'true'
       - name: "Upload prepared packages as artifacts"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
 # v4.6.2
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
 # v7.0.0
         with:
           name: prod-packages
           path: ./dist
diff --git a/.github/workflows/release_single_dockerhub_image.yml 
b/.github/workflows/release_single_dockerhub_image.yml
index 7a273f59f32..15c2f4cdf56 100644
--- a/.github/workflows/release_single_dockerhub_image.yml
+++ b/.github/workflows/release_single_dockerhub_image.yml
@@ -147,7 +147,7 @@ jobs:
         shell: bash
         run: find ./dist -name '*.json'
       - name: "Upload metadata artifact ${{ env.ARTIFACT_NAME }}"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
 # v4.6.2
+        uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f 
 # v7.0.0
         with:
           name: ${{ env.ARTIFACT_NAME }}
           path: ./dist/metadata-*

Reply via email to