Skip to content

Commit

Permalink
(yet) another @v4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jan 27, 2024
1 parent a228ad3 commit 6b49ec5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
restore-keys: |
linux-aarch64-${{ runner.os }}-${{ matrix.python-version }}
- name: Download LIEF install dir
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-aarch64-install
path: ${{ runner.temp }}/lief-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: install/arm64
retention-days: 1
- name: 'Upload install artifact [x64]'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: osx-x64-install
path: install/x64
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
python -m pip -vv wheel --wheel-dir=dist/ api/python
- name: 'Upload Python wheel artifact - ${{ matrix.python-version }}'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: osx-wheel-${{ matrix.arch }}-${{ matrix.python-version }}
path: dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: osx-*
pattern: windows-*
merge-multiple: true
path: ${{ runner.temp }}/artifacts
- name: Deploy
Expand Down

0 comments on commit 6b49ec5

Please sign in to comment.