Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/wo…
Browse files Browse the repository at this point in the history
…rkflows"
  • Loading branch information
lpugin authored Sep 4, 2024
1 parent 5517d0b commit 783b7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:
path: ${{ env.GH_PAGES_DIR }}

- name: Download TOOLKIT_BUILD artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: ${{ env.TOOLKIT_BUILD }}
path: artifacts/${{ env.TOOLKIT_BUILD }}
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
path: ${{ env.DOXYGEN_DIR }}

- name: Download DOC_BUILD artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: ${{ env.DOC_BUILD }}
path: artifacts/${{ env.DOC_BUILD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
#===============================================#
# Prepare artifacts
- name: Download artifacts
uses: actions/download-artifact@v4.1.7 # v4.1.7
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
path: bindings/python/artifacts/

Expand Down

0 comments on commit 783b7c6

Please sign in to comment.