Skip to content

Commit ec0ceb9

Browse files
authored
Merge pull request #3 from MAK-Relic-Tool/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 17403c6 + ea9bc81 commit ec0ceb9

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@v4
33+
uses: actions/download-artifact@v5
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@v4
32+
uses: actions/download-artifact@v5
3333
with:
3434
name: ${{ inputs.artifact-name }}
3535
path: dist/

0 commit comments

Comments
 (0)