Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Sep 3, 2024
1 parent 3327296 commit 57874a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
steps:
- name: Download compressed sources from artifacts
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
uses: actions/download-artifact@v4.1.7.1.7
uses: actions/download-artifact@v4.1.7
with:
name: source_zip
path: source/
Expand Down Expand Up @@ -238,14 +238,14 @@ jobs:
steps:
- name: Download python source distribution from artifacts
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
uses: actions/download-artifact@v4.1.7.1.7
uses: actions/download-artifact@v4.1.7
with:
name: source
path: apache-beam-source
- name: Download Python SDK RC source distribution from artifacts
if: ${{ needs.build_source.outputs.is_rc == 1 }}
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
uses: actions/download-artifact@v4.1.7.1.7
uses: actions/download-artifact@v4.1.7
with:
name: source_rc${{ needs.build_source.outputs.rc_num }}
path: apache-beam-source-rc
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
steps:
- name: Download wheels from artifacts
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
uses: actions/download-artifact@v4.1.7.1.7
uses: actions/download-artifact@v4.1.7
with:
name: wheelhouse-${{ matrix.os }}${{ (matrix.arch == 'aarch64' && '-aarch64') || '' }}
path: wheelhouse/
Expand Down

0 comments on commit 57874a0

Please sign in to comment.