Skip to content

Commit e83f8cf

Browse files
chore(deps): 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 042052b commit e83f8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
python-version: ${{ matrix.python }}
7979

8080
- name: Load built wheel file
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v5
8282
with:
8383
name: power-grid-model-ds
8484
path: wheelhouse/
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v4 # needed by 'Prevent automatic major/minor release'
109109

110110
- name: Load built wheel file
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: power-grid-model-ds
114114
path: wheelhouse/

0 commit comments

Comments
 (0)