Skip to content

Commit ba3541e

Browse files
Merge pull request #1175 from facontidavide/dependabot/github_actions/actions/download-artifact-5
🛠️ Bump actions/download-artifact from 4 to 5
2 parents 2be8b59 + 030b653 commit ba3541e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snap_core22.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
steps:
4242
- name: Download artifact
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v5
4444
with:
4545
name: plotjuggler-snap22
4646
path: .

.github/workflows/snap_core24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
needs: build
4040
steps:
4141
- name: Download artifact
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: plotjuggler-snap24
4545
path: .

0 commit comments

Comments
 (0)