Skip to content

Commit e527f68

Browse files
Merge pull request #71 from yusufugurozbek/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 956a96b + 39e5b60 commit e527f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232

233233
# Download plugin artifact provided by the previous job
234234
- name: Download Artifact
235-
uses: actions/download-artifact@v2
235+
uses: actions/download-artifact@v3
236236
with:
237237
name: plugin-artifact
238238

0 commit comments

Comments
 (0)