Skip to content

Commit 48642ae

Browse files
authored
Merge pull request #1171 from PowerGridModel/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 38e99e0 + 91a9411 commit 48642ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
steps:
199199
- uses: actions/checkout@v5
200200

201-
- uses: actions/download-artifact@v5
201+
- uses: actions/download-artifact@v6
202202
with:
203203
name: version
204204
path: .
@@ -314,9 +314,9 @@ jobs:
314314
python-version: '3.12'
315315
architecture: x64
316316

317-
- uses: actions/download-artifact@v5
317+
- uses: actions/download-artifact@v6
318318

319-
- uses: actions/download-artifact@v5
319+
- uses: actions/download-artifact@v6
320320
with:
321321
name: version
322322
path: .

0 commit comments

Comments
 (0)