Skip to content

Commit 1567cb5

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

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@v5
87+
uses: actions/download-artifact@v6
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@v5
118+
uses: actions/download-artifact@v6
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@v5
144+
uses: actions/download-artifact@v6
145145
with:
146146
name: power-grid-model-io
147147
path: wheelhouse/

0 commit comments

Comments
 (0)