Skip to content

Commit

Permalink
Bump download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Jan 23, 2025
1 parent fac7d02 commit e9e9f2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'docstrings'
path: bindings/python/docstrings
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# with:
# submodules: 'recursive'

# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# name: 'docstrings'
# path: bindings/python/docstrings
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'docstrings'
path: bindings/python/docstrings
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'docstrings'
path: bindings/python/docstrings
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
# run: |
# brew install opencv

# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# name: 'docstrings'
# path: bindings/python/docstrings
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
- name: Create folder structure
run: cd bindings/python && mkdir -p wheelhouse/audited/

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'docstrings'
path: bindings/python/docstrings
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
- name: Create folder structure
run: cd bindings/python && mkdir -p wheelhouse/audited/

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'docstrings'
path: bindings/python/docstrings
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: audited-wheels
path: bindings/python/wheelhouse/audited/
Expand Down

0 comments on commit e9e9f2d

Please sign in to comment.