Skip to content

Commit 7b5d1aa

Browse files
authored
Merge pull request #316 from PowerGridModel/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 6fc4b9e + b83b46a commit 7b5d1aa

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
@@ -84,7 +84,7 @@ jobs:
8484
python-version: ${{ matrix.python }}
8585

8686
- name: Load built wheel file
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v5
8888
with:
8989
name: power-grid-model-io
9090
path: wheelhouse/
@@ -115,7 +115,7 @@ jobs:
115115
python-version: ${{ matrix.python }}
116116

117117
- name: Load built wheel file
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v5
119119
with:
120120
name: power-grid-model-io
121121
path: wheelhouse/
@@ -141,7 +141,7 @@ jobs:
141141
python-version: "3.13"
142142

143143
- name: Load built wheel file
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v5
145145
with:
146146
name: power-grid-model-io
147147
path: wheelhouse/

0 commit comments

Comments
 (0)