Skip to content

Commit 44bed12

Browse files
chore(deps): update actions/download-artifact action to v7
1 parent b6c787b commit 44bed12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
url: https://pypi.org/p/${{ needs.build.outputs.package_name }}/${{ needs.build.outputs.package_version }}
3131
if: startsWith(github.ref, 'refs/tags/')
3232
steps:
33-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
33+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3434
with:
3535
name: Packages
3636
path: dist

0 commit comments

Comments
 (0)