Skip to content

Commit 71bcb22

Browse files
authored
Merge pull request #131 from uw-cryo/dependabot/github_actions/actions-e2dfc99fc0
Bump the actions group with 2 updates
2 parents 4b29000 + 8428fd5 commit 71bcb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
if: github.event_name == 'release' && github.event.action == 'published'
4545

4646
steps:
47-
- uses: actions/download-artifact@v7
47+
- uses: actions/download-artifact@v8
4848
with:
4949
name: Packages
5050
path: dist
5151

5252
- name: Generate artifact attestation for sdist and wheel
53-
uses: actions/attest-build-provenance@v3.2.0
53+
uses: actions/attest-build-provenance@v4.1.0
5454
with:
5555
subject-path: "dist/*"
5656

0 commit comments

Comments
 (0)