Skip to content

Commit c4f98d0

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 6b06c3e commit c4f98d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: uv tool install poethepoet
9292

9393
- name: Load built wheel file
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v6
9595
with:
9696
name: power-grid-model-ds
9797
path: dist/
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v5
118118

119119
- name: Load built wheel file
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v6
121121
with:
122122
name: power-grid-model-ds
123123
path: dist/

0 commit comments

Comments
 (0)