Skip to content

Commit

Permalink
ci: update deploy-pages version (MODFLOW-USGS#2146)
Browse files Browse the repository at this point in the history
follow the migration guide
  • Loading branch information
wpbonelli authored Jan 16, 2025
1 parent a8347e6 commit d598175
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,5 +547,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: failed-${{ matrix.os }}
name: failed-${{ matrix.os }}-ext
path: modflow6/autotest/.failed
5 changes: 3 additions & 2 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: compat
name: compat-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}
path: compat/*.csv

report:
Expand All @@ -207,8 +207,9 @@ jobs:
- name: Download reports
uses: actions/download-artifact@v4
with:
name: compat
pattern: compat-*
path: .github/compat/new
merge-multiple: true

- name: Concatenate reports
working-directory: .github/compat
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
needs: doxygen_build
permissions:
actions: read
pages: write
id-token: write
environment:
Expand All @@ -270,4 +271,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit d598175

Please sign in to comment.