Skip to content

Commit

Permalink
Merge pull request #253 from coreos/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
travier authored Nov 22, 2024
2 parents 4ca4fea + 7c979f2 commit 7f596dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
mkdir output
mv dest "output/$reponame"
- name: Download rendered output
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rendered
- name: Unpack rendered output
Expand Down

0 comments on commit 7f596dd

Please sign in to comment.