Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mgovers authored Dec 19, 2023
2 parents 714f076 + e7862d6 commit 47d1740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "version=$(cat PYPI_VERSION)" >> $GITHUB_OUTPUT

- name: Store built wheel file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: power-grid-model-io
path: wheelhouse/
Expand Down 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 47d1740

Please sign in to comment.