Skip to content

Commit 5446213

Browse files
authored
Merge pull request #84 from pytest-dev/dependabot/github_actions/github-actions-c836e40089
Bump actions/download-artifact from 4 to 5 in the github-actions group
2 parents dfe39d9 + 8de731d commit 5446213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
- name: Download Package
33-
uses: actions/download-artifact@v4
33+
uses: actions/download-artifact@v5
3434
with:
3535
name: Packages
3636
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- name: Download Package
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v5
4444
with:
4545
name: Packages
4646
path: dist

0 commit comments

Comments
 (0)