Skip to content

Commit b503723

Browse files
authored
Merge pull request #6 from MAK-Relic-Tool/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 9cc8fe1 + 142aeb7 commit b503723

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-dist-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Download Distribution
33-
uses: actions/download-artifact@v5
33+
uses: actions/download-artifact@v6
3434
with:
3535
name: ${{ inputs.artifact-name }}
3636
path: dist/

.github/workflows/publish-dist-to-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Download Distribution
32-
uses: actions/download-artifact@v5
32+
uses: actions/download-artifact@v6
3333
with:
3434
name: ${{ inputs.artifact-name }}
3535
path: dist/

0 commit comments

Comments
 (0)