Skip to content

Commit 3389807

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 72d5382 commit 3389807

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/create_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
distro: archlinux:latest
104104

105105
steps:
106-
- uses: actions/download-artifact@v5
106+
- uses: actions/download-artifact@v6
107107
with:
108108
pattern: stormpy-wheels-${{ matrix.arch.name }}
109109
path: dist
@@ -182,7 +182,7 @@ jobs:
182182
- uses: maxim-lobanov/setup-xcode@v1
183183
with:
184184
xcode-version: ${{ matrix.distro.xcode }}
185-
- uses: actions/download-artifact@v5
185+
- uses: actions/download-artifact@v6
186186
with:
187187
pattern: stormpy-wheels-${{ matrix.distro.os }}
188188
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# Only upload if using original repo and triggered by either a release or a manual workflow dispatch
122122
if: ${{ github.repository_owner == 'moves-rwth' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }}
123123
steps:
124-
- uses: actions/download-artifact@v5
124+
- uses: actions/download-artifact@v6
125125
with:
126126
# unpacks all stormpy artifacts into dist/
127127
pattern: stormpy-*

.github/workflows/release_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- {tag: "${{ inputs.tag }}"}
125125
steps:
126126
- name: Download digests
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
path: ${{ runner.temp }}/digests/${{ matrix.image.tag }}
130130
pattern: ${{ matrix.image.tag }}-digests-*

0 commit comments

Comments
 (0)