Skip to content

Commit 59c4899

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd4d6a8 commit 59c4899

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)