Skip to content

Commit 7becd8a

Browse files
authored
Upgrade download-artifact action from v2 to v3. (#117)
1 parent 06906f1 commit 7becd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/load-ci-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
uses: docker/setup-buildx-action@v2
77

88
- name: Download image artifact
9-
uses: actions/download-artifact@v2
9+
uses: actions/download-artifact@v3
1010
with:
1111
name: note_arduino_ci_image
1212
path: /tmp

0 commit comments

Comments
 (0)