Skip to content

Commit 08837ca

Browse files
authored
Merge pull request #2003 from stratosphereips/dependabot/github_actions/develop/actions/download-artifact-8
Bump actions/download-artifact from 5 to 8
2 parents 621d325 + 12945b8 commit 08837ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: Download Docker Image
211-
uses: actions/download-artifact@v5
211+
uses: actions/download-artifact@v8
212212
with:
213213
name: ${{ needs.build-docker-image.outputs.artifact_name }}
214214

@@ -253,7 +253,7 @@ jobs:
253253
fetch-depth: 0
254254

255255
- name: Download Docker Image
256-
uses: actions/download-artifact@v5
256+
uses: actions/download-artifact@v8
257257
with:
258258
name: ${{ inputs.docker_image_artifact_name }}
259259

0 commit comments

Comments
 (0)