Skip to content

Commit

Permalink
Update github-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner authored Jan 16, 2025
1 parent 275a28e commit c272197
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
dpkg-deb --build $PKGDIR
- name: Create artifact for python-gpt package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: python-gpt-${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.compiler }}-${{ matrix.mpi }}.deb
name: python-gpt-${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.compiler }}-${{ matrix.mpi }}-${{ steps.python-gpt-version.outputs.version }}
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
pip install numpy coverage
- name: Download prebuild python-gpt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-gpt-${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.compiler }}-${{ matrix.mpi }}-${{ needs.build-gpt.outputs.python-gpt-version }}

Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
pip install numpy sphinx ipython sphinxcontrib-napoleon
- name: Download prebuild python-gpt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-gpt-${{ runner.os }}-python-3.10-gcc-none-${{ needs.build-gpt.outputs.python-gpt-version }}

Expand All @@ -490,7 +490,7 @@ jobs:
cd gpt/documentation
make html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: documentation
path: gpt/documentation/build
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:

- name: Download prebuild python-gpt
if: ${{ steps.check-build.outputs.build }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-gpt-${{ runner.os }}-python-3.10-${{ matrix.compiler }}-${{ matrix.mpi }}-${{ needs.build-gpt.outputs.python-gpt-version }}

Expand Down

0 comments on commit c272197

Please sign in to comment.