You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/11 16:41:46 UTC

[beam] branch master updated: Bump actions/download-artifact from 2 to 3 (#22683)

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

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7aebf16fdc9 Bump actions/download-artifact from 2 to 3 (#22683)
7aebf16fdc9 is described below

commit 7aebf16fdc998d43ecccb47cb4471db644ee47d1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 11 12:41:40 2022 -0400

    Bump actions/download-artifact from 2 to 3 (#22683)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/build_wheels.yml | 8 ++++----
 .github/workflows/python_tests.yml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 6a607322e03..33805d60ada 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -186,7 +186,7 @@ jobs:
     if: needs.check_gcp_variables.outputs.gcp-variables-set == 'true'
     steps:
       - name: Download compressed sources from artifacts
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v3
         with:
           name: source_zip
           path: source/
@@ -217,13 +217,13 @@ jobs:
             arch: aarch64
     steps:
     - name: Download python source distribution from artifacts
-      uses: actions/download-artifact@v2
+      uses: actions/download-artifact@v3
       with:
         name: source
         path: apache-beam-source
     - name: Download Python SDK RC source distribution from artifacts
       if: ${{ needs.build_source.outputs.is_rc == 1 }}
-      uses: actions/download-artifact@v2
+      uses: actions/download-artifact@v3
       with:
         name: source_rc${{ needs.build_source.outputs.rc_num }}
         path: apache-beam-source-rc
@@ -295,7 +295,7 @@ jobs:
         os : [ubuntu-latest, macos-latest, windows-latest]
     steps:
     - name: Download wheels from artifacts
-      uses: actions/download-artifact@v2
+      uses: actions/download-artifact@v3
       with:
         name: wheelhouse-${{ matrix.os }}
         path: wheelhouse/
diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml
index f2603f68934..b3b1ea051e9 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -176,7 +176,7 @@ jobs:
         with:
           go-version: '1.18'
       - name: Download source from artifacts
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v3
         with:
           name: python_sdk_source
           path: apache-beam-source