Skip to content

Commit

Permalink
Revert "build(deps): bump actions/upload-artifact from 3 to 4"
Browse files Browse the repository at this point in the history
  • Loading branch information
travier authored Nov 22, 2024
1 parent 4ca4fea commit af927e1
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@v4
uses: actions/upload-artifact@v3
with:
name: rendered
path: output.tar
Expand Down

0 comments on commit af927e1

Please sign in to comment.