Skip to content

Commit 769228b

Browse files
authored
Merge pull request #318 from H1rono/dependabot/github_actions/actions/download-artifact-7
2 parents ebc489e + 88aba1e commit 769228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: needs.check-main-branch.outputs.contains == 'true'
4646
steps:
4747
- uses: actions/checkout@v6
48-
- uses: actions/download-artifact@v6
48+
- uses: actions/download-artifact@v7
4949
with:
5050
name: package
5151
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)