Skip to content

Commit d598175

Browse files
authored
ci: update deploy-pages version (#2146)
follow the migration guide
1 parent a8347e6 commit d598175

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,5 +547,5 @@ jobs:
547547
if: failure()
548548
uses: actions/upload-artifact@v4
549549
with:
550-
name: failed-${{ matrix.os }}
550+
name: failed-${{ matrix.os }}-ext
551551
path: modflow6/autotest/.failed

.github/workflows/compilers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: success() || failure()
181181
uses: actions/upload-artifact@v4
182182
with:
183-
name: compat
183+
name: compat-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}
184184
path: compat/*.csv
185185

186186
report:
@@ -207,8 +207,9 @@ jobs:
207207
- name: Download reports
208208
uses: actions/download-artifact@v4
209209
with:
210-
name: compat
210+
pattern: compat-*
211211
path: .github/compat/new
212+
merge-multiple: true
212213

213214
- name: Concatenate reports
214215
working-directory: .github/compat

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
262262
needs: doxygen_build
263263
permissions:
264+
actions: read
264265
pages: write
265266
id-token: write
266267
environment:
@@ -270,4 +271,4 @@ jobs:
270271
steps:
271272
- name: Deploy to GitHub Pages
272273
id: deployment
273-
uses: actions/deploy-pages@v3
274+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)