Merge pull request #2357 from hzeller/feature-20250216-read-artifact

Fix downloading artifacts with actions/download-artifact@v4
diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml
index 5d06fab..d327edf 100644
--- a/.github/workflows/verible-ci.yml
+++ b/.github/workflows/verible-ci.yml
@@ -498,13 +498,13 @@
         git tag "$TAG" || true
         echo "TAG=$TAG" >> $GITHUB_ENV
 
-        ls -lah artifact
+        ls -l verible-v*
 
     - name: Deploy release and assets
       uses: svenstaro/upload-release-action@2.9.0
       with:
         repo_token: ${{ secrets.GITHUB_TOKEN }}
-        file: artifact/verible*.{tar.gz,zip}
+        file: verible-v*.{tar.gz,zip}"
         tag: ${{ env.TAG }}
         overwrite: true
         file_glob: true