Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
travier authored Nov 21, 2024
2 parents 3e536b9 + 5afdb15 commit 8531adb
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 @@ -37,7 +37,7 @@ jobs:
id: get
run: tmpl8/target/debug/tmpl8 github-matrix >> $GITHUB_OUTPUT
- name: Upload rendered output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rendered
path: output.tar
Expand Down

0 comments on commit 8531adb

Please sign in to comment.