Skip to content

Commit d1e8ead

Browse files
authored
Merge pull request #49 from pytest-dev/dependabot/github_actions/github-actions-b46a43034d
Bump actions/download-artifact from 5 to 6 in the github-actions group
2 parents 92847e9 + 70a499b commit d1e8ead

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: hynek/[email protected]
1818

1919
- name: Download Package
20-
uses: actions/download-artifact@v5
20+
uses: actions/download-artifact@v6
2121
with:
2222
name: Packages
2323
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030

3131
- name: Download Package
32-
uses: actions/download-artifact@v5
32+
uses: actions/download-artifact@v6
3333
with:
3434
name: Packages
3535
path: dist

0 commit comments

Comments
 (0)