Skip to content

Commit

Permalink
Merge pull request #2335 from hzeller/feature-20250118-same-artifact-…
Browse files Browse the repository at this point in the history
…version

Use same upload-artifact version everywhere.
  • Loading branch information
hzeller authored Jan 19, 2025
2 parents 184b5e9 + 025e0f9 commit 3742532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
tar --exclude=.git -cvzf ${OUT_SRC}.tar.gz ../${OUT_SRC}
- name: 📤 Upload Source tar
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: verible-*.tar.gz

Expand Down

0 comments on commit 3742532

Please sign in to comment.