Skip to content

Commit

Permalink
Merge pull request #452 from PowerGridModel/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mgovers committed Dec 18, 2023
2 parents ec4ae2d + 2f84559 commit 5999df8
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: version
path: .
Expand All @@ -213,7 +213,7 @@ jobs:
- name: Keep wheel files
uses: actions/upload-artifact@v4
with:
name: wheelhouse
name: wheelhouse-${{ matrix.platform }}
path: ./wheelhouse/*.whl

build-and-test-conda:
Expand Down Expand Up @@ -266,19 +266,13 @@ jobs:
python-version: '3.10'
architecture: x64

- uses: actions/download-artifact@v3
with:
name: wheelhouse
path: wheelhouse
- uses: actions/download-artifact@v4

- uses: actions/download-artifact@v3
with:
name: version
path: .
- name: Combine wheelhouses
run: mv wheelhouse-*/* wheelhouse

- name: List assets
run: |
ls ./wheelhouse/ -al
run: ls ./wheelhouse/ -al

- name: Get tag
id: tag
Expand Down

0 comments on commit 5999df8

Please sign in to comment.