Skip to content

Commit d6b2217

Browse files
authored
Merge pull request #1 from maxmib/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents a4cbea8 + bb5da13 commit d6b2217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/onecloud-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v2
5555

5656
- name: Download artifacts
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v3
5858
with:
5959
path: artifacts/
6060

.github/workflows/onecloud-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v2
5555

5656
- name: Download artifacts
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v3
5858
with:
5959
path: artifacts/
6060

0 commit comments

Comments
 (0)