Skip to content

Commit 594d647

Browse files
authored
Merge pull request #14 from call518/dependabot/github_actions/actions/download-artifact-7
ci(deps): bump actions/download-artifact from 6 to 7
2 parents 3f7676b + 085f8d5 commit 594d647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: testpypi
5050
url: https://test.pypi.org/project/mcp-ambari-api
5151
steps:
52-
- uses: actions/download-artifact@v6
52+
- uses: actions/download-artifact@v7
5353
with:
5454
name: dist
5555
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070
name: pypi
7171
url: https://pypi.org/project/mcp-ambari-api
7272
steps:
73-
- uses: actions/download-artifact@v6
73+
- uses: actions/download-artifact@v7
7474
with:
7575
name: dist
7676
path: dist/

0 commit comments

Comments
 (0)