Skip to content

Commit 7f596dd

Browse files
authored
Merge pull request #253 from coreos/dependabot/github_actions/actions/download-artifact-4
build(deps): bump actions/download-artifact from 3 to 4
2 parents 4ca4fea + 7c979f2 commit 7f596dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mkdir output
8484
mv dest "output/$reponame"
8585
- name: Download rendered output
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: rendered
8989
- name: Unpack rendered output

0 commit comments

Comments
 (0)