Skip to content

Commit 5d4d36e

Browse files
ci(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5` | `6` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd7a7fe commit 5d4d36e

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Upload coverage to Codecov
4242
if: matrix.python-version == '3.12'
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@v6
4444
with:
4545
file: ./coverage.xml
4646
fail_ci_if_error: false

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Setup Pages
6464
id: pages
65-
uses: actions/configure-pages@v5
65+
uses: actions/configure-pages@v6
6666

6767
- name: Build documentation
6868
run: |
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Deploy to GitHub Pages
9090
id: deployment
91-
uses: actions/deploy-pages@v4
91+
uses: actions/deploy-pages@v5
9292

9393
# Build-only job for PRs
9494
build-pr:

.github/workflows/monitor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Upload monitoring results
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
if: success() && hashFiles('package_stats.json') != ''
6767
with:
6868
name: package-monitoring-results
@@ -253,7 +253,7 @@ jobs:
253253
uses: actions/checkout@v6
254254

255255
- name: Download monitoring results
256-
uses: actions/download-artifact@v7
256+
uses: actions/download-artifact@v8
257257
with:
258258
name: package-monitoring-results
259259

@@ -301,7 +301,7 @@ jobs:
301301
EOF
302302
303303
- name: Upload report
304-
uses: actions/upload-artifact@v6
304+
uses: actions/upload-artifact@v7
305305
if: success() && hashFiles('monitoring_report.md') != ''
306306
with:
307307
name: monitoring-report

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Upload coverage to Codecov
5757
if: matrix.python-version == '3.12'
58-
uses: codecov/codecov-action@v5
58+
uses: codecov/codecov-action@v6
5959
with:
6060
file: ./coverage.xml
6161
fail_ci_if_error: false
@@ -89,7 +89,7 @@ jobs:
8989
python -m twine check dist/*
9090
9191
- name: Upload build artifacts
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: dist
9595
path: dist/
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Download build artifacts
111-
uses: actions/download-artifact@v7
111+
uses: actions/download-artifact@v8
112112
with:
113113
name: dist
114114
path: dist/

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Upload coverage to Codecov
3838
if: matrix.python-version == '3.11'
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v6
4040
with:
4141
file: ./coverage.xml
4242
fail_ci_if_error: false
@@ -120,7 +120,7 @@ jobs:
120120
twine check dist/*
121121
122122
- name: Upload build artifacts
123-
uses: actions/upload-artifact@v6
123+
uses: actions/upload-artifact@v7
124124
with:
125125
name: dist-${{ steps.version.outputs.VERSION }}
126126
path: dist/
@@ -142,7 +142,7 @@ jobs:
142142
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
143143
144144
- name: Download build artifacts
145-
uses: actions/download-artifact@v7
145+
uses: actions/download-artifact@v8
146146
with:
147147
name: dist-${{ steps.version.outputs.VERSION }}
148148
path: dist/
@@ -209,7 +209,7 @@ jobs:
209209
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
210210
211211
- name: Download build artifacts
212-
uses: actions/download-artifact@v7
212+
uses: actions/download-artifact@v8
213213
with:
214214
name: dist-${{ steps.version.outputs.VERSION }}
215215
path: dist/
@@ -282,7 +282,7 @@ jobs:
282282
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
283283
284284
- name: Download build artifacts
285-
uses: actions/download-artifact@v7
285+
uses: actions/download-artifact@v8
286286
with:
287287
name: dist-${{ steps.version.outputs.VERSION }}
288288
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload coverage to Codecov
7676
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
77-
uses: codecov/codecov-action@v5
77+
uses: codecov/codecov-action@v6
7878
with:
7979
file: ./coverage.xml
8080
flags: unittests

0 commit comments

Comments
 (0)