Skip to content

Commit

Permalink
Merge pull request #212 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 authored Dec 19, 2023
2 parents 200eaa1 + 2342b2c commit e7862d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Load built wheel file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: power-grid-model-io
path: wheelhouse/
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Load built wheel file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: power-grid-model-io
path: wheelhouse/
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
python-version: "3.10"

- name: Load built wheel file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: power-grid-model-io
path: wheelhouse/
Expand Down

0 comments on commit e7862d6

Please sign in to comment.