diff --git a/.github/workflows/build-test-and-sonar.yml b/.github/workflows/build-test-and-sonar.yml index ab73cf8c..d76406e1 100644 --- a/.github/workflows/build-test-and-sonar.yml +++ b/.github/workflows/build-test-and-sonar.yml @@ -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/ @@ -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/ @@ -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/ @@ -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/