Skip to content

Commit 2e5b04d

Browse files
authoredJan 27, 2025
Merge pull request #126 from data-apis/dependabot/github_actions/actions-94aa921a82
Bump the actions group with 3 updates
2 parents a5cb116 + 3ca8945 commit 2e5b04d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
- name: Generate artifact attestation for sdist and wheel
40-
uses: actions/attest-build-provenance@v2.1.0
40+
uses: actions/attest-build-provenance@v2.2.0
4141
with:
4242
subject-path: "dist/*"
4343

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
run: pixi run -e ${{ matrix.environment }} tests-ci
6767

6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.1.2
69+
uses: codecov/codecov-action@v5.3.1
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

‎.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Download Artifact
19-
uses: dawidd6/action-download-artifact@v7
19+
uses: dawidd6/action-download-artifact@v8
2020
with:
2121
workflow: docs-build.yml
2222
name: docs-build

0 commit comments

Comments
 (0)
Please sign in to comment.