Skip to content

Commit 4f767a3

Browse files
update actions versions for code coverage and docs deploy steps re: NatLabRockies#473 (these actions were overlooked in previous commits which had skipped the codecov/pages actions by virtue of being on feature branches/PRs; see https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/23657788521 for example build with warnings)
1 parent d9d96cc commit 4f767a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
tox -e py311
155155
156156
- name: Codecov GitHub Action
157-
uses: codecov/codecov-action@v5
157+
uses: codecov/codecov-action@v6
158158
with:
159159
token: ${{ secrets.CODECOV_TOKEN }}
160160
# Token configuration: https://github.com/softwareengineerprogrammer/GEOPHIRES/settings/secrets/actions
@@ -201,8 +201,8 @@ jobs:
201201
done
202202
203203
- name: upload artifact
204-
uses: actions/upload-pages-artifact@v3
204+
uses: actions/upload-pages-artifact@v4
205205

206206
- name: deploy to GitHub Pages
207207
id: deployment
208-
uses: actions/deploy-pages@v4
208+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)