From 025e0f99e98aa5750a37a04c463e25d7c761de9d Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sat, 18 Jan 2025 17:05:29 -0800 Subject: [PATCH] Use same upload-artifact version everywhere. --- .github/workflows/verible-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index 7254f7a3a..c447851e6 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -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