Skip to content

Commit 3742532

Browse files
authored
Merge pull request #2335 from hzeller/feature-20250118-same-artifact-version
Use same upload-artifact version everywhere.
2 parents 184b5e9 + 025e0f9 commit 3742532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verible-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
tar --exclude=.git -cvzf ${OUT_SRC}.tar.gz ../${OUT_SRC}
458458
459459
- name: 📤 Upload Source tar
460-
uses: actions/upload-artifact@v4
460+
uses: actions/upload-artifact@v3
461461
with:
462462
path: verible-*.tar.gz
463463

0 commit comments

Comments
 (0)